Skip to content

Commit

Permalink
add back in missing dep + sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 12, 2024
1 parent cbc39e5 commit d542623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- cython
- mdtraj
- mpiplus
- netcdf4
- numba
- numpy
- openmm
Expand All @@ -19,12 +20,11 @@ dependencies:
- sphinxcontrib-bibtex
# Testing
- codecov
- coverage
- pytest
- pytest-cov
- pytest-xdist
- coverage

# docs
- numpydoc
- sphinxcontrib-bibtex
- sphinx-rtd-theme
- sphinxcontrib-bibtex

0 comments on commit d542623

Please sign in to comment.