Skip to content

Commit 0d18d41

Browse files
committed
Pin NumPy to a version that doesn't break HDF5 loading
pandas-dev/pandas#24839
1 parent c1212ff commit 0d18d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas
22
progressbar2
33
python-utils
44
tensorflow == 1.12.0
5-
numpy
5+
numpy == 1.15.4
66
matplotlib
77
scipy
88
sox

0 commit comments

Comments
 (0)