-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add h5py to setup.py's extra_requires (#3711)
* add h5py to setup.py's extra_requires - fix #3701 - new 'extra_coordinates' target in extra_requires where we can add pip-installable packages for additional formats that are not installed by default - keep minimum version of h5py at >= 2.1.0 * minimum h5py >= 2.10 - GitHub actions - maintainer/conda/environment.yml for readthedocs - Azure pipelines * update extra_deps in setup.py - include chemfiles>=0.10 in extra_formats - added comment to remove AMBER in 3.0.0 * updated CHANGELOG * updated sklearn --> scikit-learn in setup.py * deprecate extras_require "AMBER" target for 2.4 Co-authored-by: Irfan Alibay <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
pytest-xdist | ||
scikit-learn | ||
scipy | ||
h5py | ||
h5py>=2.10 | ||
tqdm | ||
threadpoolctl | ||
fasteners | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters