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:
1818 - openff-nagl
1919 # - openff-fragmenter
2020 # - openff-qcsubmit
21- - openmmforcefields=0.12|>=0.14 # https://github.com/openmm/openmmforcefields/pull/329
21+ - openmmforcefields =0.14
2222 - gromacs >=2021=nompi*
2323 - lammps
2424 - rich
2525 - 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 9191be rendered if they're in a cache.
9292"""
9393
94- OPTIONAL_NOTEBOOKS : list [str ] = [
95- # ".*/experimental/.*",
96- "openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb" ,
97- ]
94+ # ".*/experimental/.*",
95+ OPTIONAL_NOTEBOOKS : list [str ] = list ()
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