Skip to content

Commit 8d1ca56

Browse files
authored
fix CI (#491)
* Add setuptools version constraint to openmm.yaml * Add libint dependency version 1.9.1 * Update openmm.yaml to remove setuptools version limit Removed version constraint for setuptools in openmm.yaml * Downgrade libint version in adcc.yaml * Specify version for smirnoff99Frosst and setuptools * Update libint version to 2.9.0 in adcc.yaml * Update smirnoff99Frosst version constraint in YAML * Add libint and setuptools dependencies to YAML * Add setuptools dependency with version constraint * Update QCElemental installation to next2026 branch * Document changes for version 0.35.0 Add entry for version 0.35.0 with CI updates.
1 parent 2e7a887 commit 8d1ca56

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
run: |
189189
conda install pydantic=2 -c conda-forge
190190
conda remove qcelemental --force
191-
python -m pip install 'git+https://github.com/MolSSI/QCElemental.git@next2025' --no-deps
191+
python -m pip install 'git+https://github.com/MolSSI/QCElemental.git@next2026' --no-deps
192192
193193
- name: Environment Information
194194
run: |

devtools/conda-envs/adcc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ channels:
66
dependencies:
77
- adcc>=0.15.7
88
- psi4>=1.8.1
9+
- libint=2.9.0=*_4
910

1011
# Core
1112
- python

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
@@ -18,6 +19,7 @@ dependencies:
1819
- geometric
1920
- optking
2021
- pymdi
22+
- setuptools <82.0 # for berny
2123

2224
# Core
2325
- python

docs/source/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Changelog
2828
.. - UNSOLVED (:issue:`397`) extras failed
2929
3030
31+
v0.35.0 / 2026-MM-DD (Unreleased)
32+
--------------------
33+
34+
Misc.
35+
+++++
36+
- (:pr:`491`) Maint - update CI lanes for setuptools dropping pkg_resources and psi4 not pinned to right libmints. @loriab
37+
38+
3139
v0.34.0 / 2026-01-16
3240
--------------------
3341

0 commit comments

Comments
 (0)