Skip to content

Commit

Permalink
Reorder deps, pin versions in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Aug 4, 2022
1 parent 4d1df4f commit ae47305
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ channels:
- conda-forge
- defaults
dependencies:
- mdanalysis
# This must be specified FIRST to avoid packaging errors.
- psi4>=1.6.1,<1.7

- mdanalysis>=2.2.0,<2.3
- numpy
- openmm
- pandas
- pdbfixer
- psi4
- pytest
- pydantic
- pytest-cov
Expand All @@ -28,4 +30,4 @@ dependencies:
- pytest
- pytest-cov
- sphinx
- sphinx_rtd_theme
- sphinx_rtd_theme

0 comments on commit ae47305

Please sign in to comment.