Skip to content

Commit

Permalink
Merge pull request #1626 from AllenInstitute/1620-patch-requirements
Browse files Browse the repository at this point in the history
Update pynwb and hdmf minimum required version
  • Loading branch information
njmei authored Jun 17, 2020
2 parents 5200c74 + ccac5b9 commit fd18f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allensdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import logging


__version__ = '2.0.0'
__version__ = '2.0.1'


try:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ argschema<2.0.0
marshmallow==3.0.0rc6
glymur==0.8.19
xarray<0.16.0
hdmf>=1.0.2,<2.0.0
pynwb>=1.0.2,<2.0.0
hdmf>=1.6.3,<2.0.0
pynwb>=1.3.2,<2.0.0
tables==3.5.1 # pinning this because updates tend to not include wheels immediately
seaborn<1.0.0
aiohttp==3.6.2
Expand Down

0 comments on commit fd18f7e

Please sign in to comment.