Skip to content

Commit

Permalink
Clean up testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 12, 2024
1 parent c5c9acc commit 814cd60
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,22 @@ name: openmmtools-test
channels:
- conda-forge
dependencies:
# Base depends
# Base depends
- cython
#- hdf5 <=1.14.0 # Macos has problem with newer releases (1.14.x) to date
- libnetcdf >=4.6.2 # workaround for libssl issues
- mdtraj
- mpiplus
- netcdf4 >=1.4.2 # after bugfix: "always return masked array by default, even if there are no masked values"
- numba
- numpy
- openmm
#- parmed # Test to see if this fixes the docs
- pip
- pymbar
- python
- python
- pyyaml
- scipy <1.14
- scipy
- setuptools
- sphinxcontrib-bibtex
# Testing
# Testing
- codecov
- pytest
- pytest-cov
Expand Down

0 comments on commit 814cd60

Please sign in to comment.