Skip to content

Commit ae64d89

Browse files
committed
upgrade numpy - previous bug seems fixed:
bug reported in related with hdf5 seems to be fixed now: pandas-dev/pandas#24839 requires pytables>3.5.1
1 parent 51be8ec commit ae64d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
future>=0.14.3
2-
numpy>=1.13,<1.16.0
2+
numpy>=1.16.0
33
numexpr>=2.4
4-
tables>=3.4
4+
tables>=3.5.1
55
cython
66
PySAIS
77
biopython

0 commit comments

Comments
 (0)