Skip to content

Commit 3868802

Browse files
authored
Setup openmm-rbfe Environment (#2)
* add rbfe to tests * add new deps + sort them * set python version to help solver * use python 3.9 like we do in ci
1 parent 46c21f0 commit 3868802

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

.binder/environment.yml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,34 @@ channels:
33
- jaimergp/label/unsupported-cudatoolkit-shim
44
- conda-forge
55
dependencies:
6-
# setup
6+
- MDAnalysis
7+
- click
8+
- coverage
9+
- mdtraj
10+
- nbval
11+
- networkx
12+
- nglview
13+
- notebook
14+
- numpy
15+
- openff-forcefields
16+
- openff-toolkit
17+
- openff-toolkit
18+
- openff-toolkit
719
- openmm
820
- openmmforcefields
9-
- openff-toolkit
10-
# CI
21+
- openmmforcefields
22+
- openmmtools
23+
- pip
24+
- pymbar
25+
- python==3.9
26+
- pytest
1127
- pytest
28+
- pytest-cov
1229
- pytest-xdist
13-
- nbval
30+
- pytest-xdist
31+
- rdkit
32+
- pip:
33+
- git+https://github.com/OpenFreeEnergy/Lomap@2.0.0-rc
34+
- plugcli
35+
- cyjupyter
36+
- git+https://github.com/OpenFreeEnergy/openfe

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
6363
- name: Run example notebooks
6464
run: |
65-
python -m pytest -v setup/ --nbval-lax -n auto --dist loadscope
65+
python -m pytest -v setup/ openmm-rbfe/ --nbval-lax -n auto --dist loadscope

0 commit comments

Comments
 (0)