Skip to content

Commit ae47305

Browse files
committed
Reorder deps, pin versions in environment.yml
1 parent 4d1df4f commit ae47305

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

environment.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ channels:
66
- conda-forge
77
- defaults
88
dependencies:
9-
- mdanalysis
9+
# This must be specified FIRST to avoid packaging errors.
10+
- psi4>=1.6.1,<1.7
11+
12+
- mdanalysis>=2.2.0,<2.3
1013
- numpy
1114
- openmm
1215
- pandas
1316
- pdbfixer
14-
- psi4
1517
- pytest
1618
- pydantic
1719
- pytest-cov
@@ -28,4 +30,4 @@ dependencies:
2830
- pytest
2931
- pytest-cov
3032
- sphinx
31-
- sphinx_rtd_theme
33+
- sphinx_rtd_theme

0 commit comments

Comments
 (0)