Skip to content

Commit 1d6d8c8

Browse files
authored
setuptools and L2 matching fixes (#494)
* setuptools and L2 matching fixes * more fixes
1 parent c5dd779 commit 1d6d8c8

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

devtools/conda-envs/mrchem.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

devtools/conda-envs/openmm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

devtools/conda-envs/opt-disp-cf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- pymdi
1818
- qcmanybody
1919
- pyberny
20+
- setuptools <82.0 # for berny
2021

2122
# Core
2223
- python

devtools/conda-envs/opt-disp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
- psi4/label/dev # for old dftd3 and mp2d
66
dependencies:
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

0 commit comments

Comments
 (0)