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
22channels :
33 - conda-forge
44dependencies :
5+ # Examples
6+ - openff-toolkit-examples>=0.16.9
7+ - openff-interchange ~=0.4.2
8+ - openff-nagl
9+ # openff-fragmenter
10+ # Runtime
511 - pip
612 - python=3.11
713 - jupyterlab>=4
@@ -12,11 +18,7 @@ dependencies:
1218 - nbformat
1319 - requests
1420 - 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
2022 - openff-qcsubmit
2123 - openmmforcefields ~=0.14.2
2224 - gromacs >=2021=nompi*
@@ -26,15 +28,11 @@ dependencies:
2628 - parmed
2729 - nglview ~=3.0.6
2830 - 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
3531 # NAGL training dependencies
3632 # hopefully will be replaced by openff-nagl-training in future
3733 - pyarrow
3834 - openff-recharge
3935 - dask-jobqueue
4036 - 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 9292"""
9393
9494# ".*/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 ] = []
9896"""
9997Notebooks whose execution failure will not cause notebook processing to fail.
10098
You can’t perform that action at this time.
0 commit comments