File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies:
1515 - qcelemental>=0.24
1616 - pydantic=2
1717 - pydantic-settings
18+ - setuptools <82.0 # for berny
1819
1920 # Testing
2021 - pytest
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ dependencies:
77 - openff-toolkit
88 - openff-forcefields
99 - openmmforcefields
10- - smirnoff99Frosst # https://github.com/openforcefield/openff-toolkit/pull/2109
10+ - smirnoff99Frosst=1.1.0,<1.1.0.1 # https://github.com/openforcefield/openff-toolkit/pull/2109
11+ - setuptools <82.0
1112 - geometric
1213 - torsiondrive
1314 - numpy <2.3 # https://github.com/openmm/openmmforcefields/issues/382
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies:
1717 - pymdi
1818 - qcmanybody
1919 - pyberny
20+ - setuptools <82.0 # for berny
2021
2122 # Core
2223 - python
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ channels:
55 - psi4/label/dev # for old dftd3 and mp2d
66dependencies :
77 - psi4=1.9.1
8+ - libint=2.9.0=*_4
89 - blas=*=mkl # not needed but an example of disuading solver from openblas and old psi
910 # - intel-openmp!=2019.5
1011 - rdkit
@@ -19,6 +20,7 @@ dependencies:
1920 - geometric=1.0
2021 - optking
2122 - pymdi
23+ - setuptools <82.0 # for berny
2224
2325 # Core
2426 - python
You can’t perform that action at this time.
0 commit comments