Skip to content

Commit 76841b5

Browse files
Merge pull request #99 from openforcefield/offtk-0-16-9
Update examples_env.yml for OFFTK 0.16.9
2 parents 5a42c72 + 5d11f19 commit 76841b5

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

devtools/conda-envs/examples_env.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: openff-docs-examples
22
channels:
33
- conda-forge
44
dependencies:
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

source/_ext/cookbook/globals_.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
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
"""
9997
Notebooks whose execution failure will not cause notebook processing to fail.
10098

0 commit comments

Comments
 (0)