Skip to content

Commit 0d90315

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
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

tc-train-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ decoder_pkg="ds_ctcdecoder-${whl_ds_version}-cp${pyver_pkg}-cp${pyver_pkg}${py_u
5353

5454
decoder_pkg_url=${DECODER_ARTIFACTS_ROOT}/${decoder_pkg}
5555

56-
LD_LIBRARY_PATH=${PY37_LDPATH}:$LD_LIBRARY_PATH pip install --verbose --only-binary :all: ${PY37_SOURCE_PACKAGE} --upgrade ${decoder_pkg_url} | cat
56+
LD_LIBRARY_PATH=${PY37_LDPATH}:$LD_LIBRARY_PATH pip install --verbose --only-binary :all: ${PY37_SOURCE_PACKAGE} ${decoder_pkg_url} | cat
5757

5858
pushd ${HOME}/DeepSpeech/ds/
5959
# Run twice to test preprocessed features

0 commit comments

Comments
 (0)