From 4acbba9ccffe21865ee7272666be02e141c4b78f Mon Sep 17 00:00:00 2001 From: Ping Yu <4018+pyu10055@users.noreply.github.com> Date: Sun, 28 Jun 2020 12:41:04 -0700 Subject: [PATCH] update the python requirements.txt to set version limit properly --- tfjs-converter/python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-converter/python/requirements.txt b/tfjs-converter/python/requirements.txt index 735e24a41ff..e5d75b6d071 100644 --- a/tfjs-converter/python/requirements.txt +++ b/tfjs-converter/python/requirements.txt @@ -1,6 +1,6 @@ h5py>=2.8.0 -numpy>=1.16.4 +numpy>=1.16.4,<1.19.0 six>=1.12.0 -tensorflow-cpu>=2.1.0<3 +tensorflow-cpu>=2.1.0,<3 tensorflow-hub==0.7.0 PyInquirer==1.0.3