Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
craabreu committed Apr 20, 2024
1 parent d6a7328 commit bda6799
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion devtools/conda-envs/deployment_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- numpy
- openmm
- pyyaml
- xmltodict

# Conda build
- anaconda-client
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/docs_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
- openmm
- numpy
- pyyaml
- xmltodict

# Testing
- scipy
- openmmtools
- mdtraj
- networkx
- pytest
- pytest-cov
- codecov
Expand Down
8 changes: 5 additions & 3 deletions devtools/conda-envs/lint_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ dependencies:
# Base depends
- python
- openmm>=7.6
- openmmtools
- mdtraj
- numpy

# Testing
- scipy
- openmmtools
- mdtraj
- networkx
- pytest
- xmltodict

# Linting
- flake8
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- openmm
- numpy
- pyyaml
- xmltodict

# Testing
- scipy
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-recipes/anaconda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ requirements:
- numpy
- openmm
- pyyaml
- xmltodict

test:
imports:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies = [
"numpy",
"openmm",
"pyyaml",
"xmltodict",
]

# Update the urls once the hosting is set up.
Expand Down

0 comments on commit bda6799

Please sign in to comment.