Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 2, 2021
1 parent dc3ebef commit 3476482
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: teachopencadd
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python>=3.6
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/users_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: teachopencadd
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python>=3.6
Expand Down
4 changes: 4 additions & 0 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ requirements:
- mdanalysis
- plip
- biopython<=1.77
- redo
- requests-cache
- suds-community
- smina
# note there are some pip dependencies not available in conda yet!
# check /environment.yml for details

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- redo
- requests-cache
- suds-community
- smina
## CI tests
# Workaround for https://github.com/computationalmodelling/nbval/issues/153
- pytest 5.*
Expand Down

0 comments on commit 3476482

Please sign in to comment.