Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Fixes
Enhancements

Changes
* The "AMBER" entry in setup.py's extra_requires has now been removed. Please
use `pip install ./package[extra_formats]` instead (PR #3810)

Deprecations

Expand Down
3 changes: 0 additions & 3 deletions package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,6 @@ def long_description(readme):
# you might prefer to use the version available through your
# packaging system
extras_require={
'AMBER': [ # REMOVE for 2.4.0, use 'extra_formats'
'netCDF4>=1.0', # for fast AMBER writing, also needs HDF5
],
'extra_formats': [ # additional file formats
'netCDF4>=1.0', # for fast AMBER writing, also needs HDF5
'h5py>=2.10', # H5MD
Expand Down