Skip to content

Commit bd7ffc5

Browse files
Merge pull request #66 from openforcefield/interchange-0-4-0
Update Interchange to 0.4.0
2 parents 3a56bdc + 8a0e183 commit bd7ffc5

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed
Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
name: openff-docs-examples
22
channels:
3-
- conda-forge
3+
- conda-forge
44
dependencies:
5-
- pip
6-
- python=3.10
7-
- jupyterlab>=4
8-
- ipywidgets>=8
9-
# Cookbook
10-
- gitpython
11-
- nbconvert
12-
- nbformat
13-
- requests
14-
- packaging
15-
# Examples
16-
- openff-toolkit-examples>=0.16.0
17-
- openff-interchange ~=0.3.28
18-
- openff-nagl
19-
# - openff-fragmenter
20-
# - openff-qcsubmit
21-
- openmmforcefields =0.14
22-
- gromacs >=2021=nompi*
23-
- lammps
24-
- rich
25-
- jax
26-
- parmed <4
27-
- nglview ~=3.0.6
5+
- pip
6+
- python=3.10
7+
- jupyterlab>=4
8+
- ipywidgets>=8
9+
# Cookbook
10+
- gitpython
11+
- nbconvert
12+
- nbformat
13+
- requests
14+
- packaging
15+
# Examples
16+
- openff-toolkit-examples>=0.16.6
17+
- openff-interchange ~=0.4.0
18+
- openff-nagl
19+
# - openff-fragmenter
20+
- openff-qcsubmit
21+
- openmmforcefields =0.14
22+
- gromacs >=2021=nompi*
23+
- lammps
24+
- rich
25+
- jax
26+
- parmed <4
27+
- nglview ~=3.0.6
28+
- psi4

devtools/conda-envs/rtd_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
dependencies:
55
- pip
66
# readthedocs dependencies
7+
- python<3.13 # Python>=3.13 breaks Sphinx<6.2
78
- sphinx>=5,<7
89
- myst-parser>=1,<2
910
# - myst-nb

0 commit comments

Comments
 (0)