Skip to content

Commit

Permalink
Merge pull request #14 from zivy/updateEnvConfigFiles
Browse files Browse the repository at this point in the history
Updating environment configuration files to use conda-forge.
  • Loading branch information
zivy authored Dec 4, 2024
2 parents 5c9e8b2 + 1146331 commit 3a3741e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: my_project

channels:
- simpleitk
# Avoiding defaults channel if possible so as not to require a paid license
# if it isn't necessary.
# Organizations with 200 or more people (e.g. a university outside the context of a course)
# is required to have a paid license to access the defaults channel and use the
# Anaconda distribution.
# https://www.anaconda.com/blog/is-conda-free
- conda-forge
dependencies:
- SimpleITK>=2.1.0
8 changes: 6 additions & 2 deletions environment_dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: my_project_dev

channels:
- defaults
- simpleitk
# Avoiding defaults channel if possible so as not to require a paid license
# if it isn't necessary.
# Organizations with 200 or more people (e.g. a university outside the context of a course)
# is required to have a paid license to access the defaults channel and use the
# Anaconda distribution.
# https://www.anaconda.com/blog/is-conda-free
- conda-forge
dependencies:
- SimpleITK>=2.0.0
Expand Down

0 comments on commit 3a3741e

Please # to comment.