File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ dependencies:
18
18
- openff-nagl
19
19
# - openff-fragmenter
20
20
# - openff-qcsubmit
21
- - openmmforcefields=0.12|>=0.14 # https://github.com/openmm/openmmforcefields/pull/329
21
+ - openmmforcefields =0.14
22
22
- gromacs >=2021=nompi*
23
23
- lammps
24
24
- rich
25
25
- jax
26
- - parmed<4
27
- - nglview> =3.0.6,<3.1.0
26
+ - parmed <4
27
+ - nglview ~ =3.0.6
Original file line number Diff line number Diff line change 91
91
be rendered if they're in a cache.
92
92
"""
93
93
94
- OPTIONAL_NOTEBOOKS : list [str ] = [
95
- # ".*/experimental/.*",
96
- "openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb" ,
97
- ]
94
+ # ".*/experimental/.*",
95
+ OPTIONAL_NOTEBOOKS : list [str ] = list ()
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