File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed
Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 repository : openforcefield/openff-interchange
4242 path : openff-interchange
43- fetch-depth : 0
44- fetch-tags : true
4543
4644 - name : Checkout QCSubmit
4745 uses : actions/checkout@v6
6260 with :
6361 repository : openforcefield/openff-units
6462 path : openff-units
65- fetch-depth : 0
6663
6764 - name : Checkout OpenFF Utilities
6865 uses : actions/checkout@v6
9491 openff-utilities/
9592 pip list
9693
97- # See https://github.com/openforcefield/openff-units/issues/111
98- # for more or better solution - possibly not needed when links are checked
99- # before a parallel pytest run
100- - name : Shim for `pytest-xdist` + Pint cross-interaction
101- run : python -c "from openff.toolkit import *"
102-
10394 - name : Run 'everything all at once' tests
10495 run : |
10596 python -m pytest $PYTEST_ARGS . \
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ channels:
44 - conda-forge
55dependencies :
66 - python
7+ - setuptools =81
78 - pip
8- - numpy <2.3
9- - pydantic !=2.12
10- - pint
11- - openff-toolkit
9+ - numpy >=2.4
10+ - pydantic >=2,<3, !=2.12
11+ - pint >=0.25
12+ - openff-toolkit >=0.18
1213 - openff-fragmenter
13- - openff-interchange
14+ - openff-interchange >=0.5
1415 - pymbar
1516 - pytest
1617 - pytest-randomly
@@ -21,7 +22,7 @@ dependencies:
2122 - toml
2223 - bson
2324 - msgpack-python
24- - openeye-toolkits
25+ - openeye-toolkits >=2025
2526 - rdkit !=2024.03.6,!=2024.09.1
2627 - intermol
2728
You can’t perform that action at this time.
0 commit comments