We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5200c74 commit ccac5b9Copy full SHA for ccac5b9
allensdk/__init__.py
@@ -36,7 +36,7 @@
36
import logging
37
38
39
-__version__ = '2.0.0'
+__version__ = '2.0.1'
40
41
42
try:
requirements.txt
@@ -19,8 +19,8 @@ argschema<2.0.0
19
marshmallow==3.0.0rc6
20
glymur==0.8.19
21
xarray<0.16.0
22
-hdmf>=1.0.2,<2.0.0
23
-pynwb>=1.0.2,<2.0.0
+hdmf>=1.6.3,<2.0.0
+pynwb>=1.3.2,<2.0.0
24
tables==3.5.1 # pinning this because updates tend to not include wheels immediately
25
seaborn<1.0.0
26
aiohttp==3.6.2
0 commit comments