Skip to content

Commit

Permalink
Return requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Apr 23, 2021
1 parent 7803faf commit 7220940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-min.txt
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
3 changes: 3 additions & 0 deletions requirements.txt
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

0 comments on commit 7220940

Please sign in to comment.