Skip to content

Commit

Permalink
Merge pull request #66 from openforcefield/interchange-0-4-0
Browse files Browse the repository at this point in the history
Update Interchange to 0.4.0
  • Loading branch information
Yoshanuikabundi authored Nov 12, 2024
2 parents 3a56bdc + 8a0e183 commit bd7ffc5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
49 changes: 25 additions & 24 deletions devtools/conda-envs/examples_env.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
name: openff-docs-examples
channels:
- conda-forge
- conda-forge
dependencies:
- pip
- python=3.10
- jupyterlab>=4
- ipywidgets>=8
# Cookbook
- gitpython
- nbconvert
- nbformat
- requests
- packaging
# Examples
- openff-toolkit-examples>=0.16.0
- openff-interchange ~=0.3.28
- openff-nagl
# - openff-fragmenter
# - openff-qcsubmit
- openmmforcefields =0.14
- gromacs >=2021=nompi*
- lammps
- rich
- jax
- parmed <4
- nglview ~=3.0.6
- pip
- python=3.10
- jupyterlab>=4
- ipywidgets>=8
# Cookbook
- gitpython
- nbconvert
- nbformat
- requests
- packaging
# Examples
- openff-toolkit-examples>=0.16.6
- openff-interchange ~=0.4.0
- openff-nagl
# - openff-fragmenter
- openff-qcsubmit
- openmmforcefields =0.14
- gromacs >=2021=nompi*
- lammps
- rich
- jax
- parmed <4
- nglview ~=3.0.6
- psi4
1 change: 1 addition & 0 deletions devtools/conda-envs/rtd_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- pip
# readthedocs dependencies
- python<3.13 # Python>=3.13 breaks Sphinx<6.2
- sphinx>=5,<7
- myst-parser>=1,<2
# - myst-nb
Expand Down

0 comments on commit bd7ffc5

Please sign in to comment.