Skip to content

Commit

Permalink
Adds upper bound to pytables
Browse files Browse the repository at this point in the history
  • Loading branch information
aamster authored Jan 4, 2022
1 parent 656e01a commit a8db8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ argschema>=3.0.1,<4.0.0
glymur==0.8.19
xarray<0.16.0
pynwb
tables>=3.6.0,<4.0.0
tables>=3.6.0,<3.7.0 # Upper bound due to https://github.com/PyTables/PyTables/issues/933
seaborn<1.0.0
aiohttp==3.7.4
nest_asyncio
tqdm>=4.27
ndx-events<=0.2.0
boto3==1.17.21
semver
cachetools>=4.2.1,<5.0.0
cachetools>=4.2.1,<5.0.0

0 comments on commit a8db8f9

Please sign in to comment.