-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# package dependencies and their minimum versions for installing PyNWB (note that HDMF has a range of requirements) | ||
# the requirements here specify '==' for testing; setup.py replaces '==' with '>=' | ||
h5py==2.9,<3 # support for setting attrs to lists of utf-8 added in 2.9 | ||
hdmf==2.5.1,<3 | ||
numpy==1.16,<1.21 | ||
pandas==0.23,<2 | ||
python-dateutil==2.7,<3 |
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
h5py==2.10.0 | ||
hdmf==2.5.1 | ||
numpy==1.18.5 | ||
pandas==0.25.3 | ||
python-dateutil==2.8.1 |