File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: openff-docs-examples
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
+ # Examples
6
+ - openff-toolkit-examples>=0.16.9
7
+ - openff-interchange ~=0.4.2
8
+ - openff-nagl
9
+ # openff-fragmenter
10
+ # Runtime
5
11
- pip
6
12
- python=3.11
7
13
- jupyterlab>=4
@@ -12,11 +18,7 @@ dependencies:
12
18
- nbformat
13
19
- requests
14
20
- packaging
15
- # Examples
16
- - openff-toolkit-examples>=0.16.8
17
- - openff-interchange ~=0.4.2
18
- - openff-nagl
19
- # - openff-fragmenter
21
+ # Other deps
20
22
- openff-qcsubmit
21
23
- openmmforcefields ~=0.14.2
22
24
- gromacs >=2021=nompi*
@@ -26,15 +28,11 @@ dependencies:
26
28
- parmed
27
29
- nglview ~=3.0.6
28
30
- psi4
29
- # openff-nagl optional training deps
30
- - pyarrow
31
- - dgl
32
- - openff-recharge
33
- # torchdata.datapipes was removed in 0.10.0
34
- - torchdata<=0.9.0
35
31
# NAGL training dependencies
36
32
# hopefully will be replaced by openff-nagl-training in future
37
33
- pyarrow
38
34
- openff-recharge
39
35
- dask-jobqueue
40
36
- dgl
37
+ # torchdata.datapipes was removed in 0.10.0
38
+ - torchdata<=0.9.0
Original file line number Diff line number Diff line change 92
92
"""
93
93
94
94
# ".*/experimental/.*",
95
- OPTIONAL_NOTEBOOKS : list [str ] = [
96
- "openforcefield/openff-toolkit/external/swap_amber_parameters/swap_existing_ligand_parameters.ipynb" ,
97
- ]
95
+ OPTIONAL_NOTEBOOKS : list [str ] = []
98
96
"""
99
97
Notebooks whose execution failure will not cause notebook processing to fail.
100
98
You can’t perform that action at this time.
0 commit comments