Skip to content

Commit ddddea5

Browse files
authored
update manifest to include all .gz files (#1746)
* update manifest to include all .gz files * add min openmmforcefields pin
1 parent f331d0a commit ddddea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ recursive-include openfe/tests/data/ *.graphml
88
recursive-include openfe/tests/data/ *.edge
99
recursive-include openfe/tests/data/ *.dat
1010
recursive-include openfe/tests/data/ *.txt
11-
recursive-include openfe/tests/data/ *json.gz
11+
recursive-include openfe/tests/data/ *.gz
1212
recursive-include openfe/tests/data/ *json_results.gz
1313
include openfecli/tests/data/*.json
1414
include openfecli/tests/data/*.tar.gz

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- openff-toolkit-base >=0.16.2
2020
- openff-units==0.3.1 # https://github.com/OpenFreeEnergy/openfe/pull/1374
2121
- openmm ~=8.2.0 # omit 8.3.0 and 8.3.1 due to https://github.com/openmm/openmm/pull/5069, unpin once we've qualified 8.3.2
22-
- openmmforcefields
22+
- openmmforcefields >=0.15.0 # min needed for https://github.com/OpenFreeEnergy/openfe/pull/1695
2323
- openmmtools >=0.25.0
2424
- packaging
2525
- pandas

0 commit comments

Comments
 (0)