Skip to content

Commit 2366189

Browse files
Add other NAGL training deps to examples env
1 parent 17f5a9d commit 2366189

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

devtools/conda-envs/examples_env.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
- openff-nagl
1919
# - openff-fragmenter
2020
- openff-qcsubmit
21-
- openff-recharge
2221
- openmmforcefields ~=0.14.2
2322
- gromacs >=2021=nompi*
2423
- lammps
@@ -27,6 +26,11 @@ dependencies:
2726
- parmed
2827
- nglview ~=3.0.6
2928
- psi4
30-
- pyarrow
3129
# torchdata.datapipes was removed in 0.10.0
3230
- torchdata<=0.9.0
31+
# NAGL training dependencies
32+
# hopefully will be replaced by openff-nagl-training in future
33+
- pyarrow
34+
- openff-recharge
35+
- dask-jobqueue
36+
- dgl

0 commit comments

Comments
 (0)