Skip to content

Commit

Permalink
Mirrored conda dependencies between release-build.yml and test-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timbernat committed Sep 10, 2024
1 parent 3eea8d4 commit c6a0b64
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
5 changes: 5 additions & 0 deletions devtools/conda-envs/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ dependencies:
- pip
- jupyterlab

# Testing
- pytest
- pytest-cov
- codecov

# Numerical libraries
- numpy
- pandas
Expand Down
39 changes: 36 additions & 3 deletions devtools/conda-envs/test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,45 @@ dependencies:
# Basic Python dependencies
- python
- pip
- jupyterlab

# Testing
- pytest
- pytest-cov
- codecov

# Pip-only installs
#- pip:
# - codecov
# Numerical libraries
- numpy
- pandas
- dgl >=1.0
- networkx
- anytree

# MD engines
- openmm
- lammps
- mdtraj

# Molecule building
- mbuild
- rdkit
- openeye-toolkits # TODO: consider making this optional?

# Visualization
- pillow
- matplotlib
- ipywidgets ==8.0.4 # more recent versions don't work with Jupyter notebooks, for some reason
- py3Dmol
- nglview ==3.0.6

# OpenFF stack
- openff-toolkit ~=0.16
- openff-interchange >=0.3.28
- openff-nagl

# Chemical database queries
- cirpy
- pubchempy
- chemspipy
- pip:
- espaloma-charge ==0.0.8

0 comments on commit c6a0b64

Please sign in to comment.