Skip to content

Minor style updates and QOL changes #830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create environment.yml
Allows anyone to create a dev conda environment with 'conda env create' from root directory. This makes getting started easier.
  • Loading branch information
mcsitter committed Oct 30, 2019
commit 44f19ff1d30e29f73aa7fae3d43818b7eb129708
32 changes: 32 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: nibabel-dev
channels:
- defaults
dependencies:
- python>=3.7
- pip>=19.3

# setup
- wheel
- setuptools>=30.3.0

# requirements
- numpy>=1.12

# doc requirements
- sphinx
- numpydoc
- matplotlib>=1.3

# testing
- nose>=0.11
- mock

# code style
- flake8
- pep8-naming
- pip:
# doc requirements
- texext

# code style
- flake8-docstrings