From a46924540c0c7d793bca0790f3dc6c9addb0823c Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Sat, 21 Sep 2019 13:57:12 +0800 Subject: [PATCH] fix: Update Signed-off-by: Ce Gao --- cmd/suggestion/chocolate/v1alpha3/requirements.txt | 11 ++++++----- test/suggestion/v1alpha3/test_requirements.txt | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/cmd/suggestion/chocolate/v1alpha3/requirements.txt b/cmd/suggestion/chocolate/v1alpha3/requirements.txt index e23e20b1d7e..e044007e9d6 100644 --- a/cmd/suggestion/chocolate/v1alpha3/requirements.txt +++ b/cmd/suggestion/chocolate/v1alpha3/requirements.txt @@ -1,10 +1,11 @@ -grpcio -duecredit +grpcio==1.23.0 +duecredit===0.7.0 cloudpickle==0.5.6 numpy>=1.13.3 scikit-learn>=0.19.0 scipy>=0.19.1 -forestci -protobuf -googleapis-common-protos +forestci==0.3 +protobuf==3.9.1 +googleapis-common-protos==1.6.0 +SQLAlchemy==1.3.8 git+https://github.com/AIworx-Labs/chocolate@master diff --git a/test/suggestion/v1alpha3/test_requirements.txt b/test/suggestion/v1alpha3/test_requirements.txt index cb81a6d19d8..822837385d1 100644 --- a/test/suggestion/v1alpha3/test_requirements.txt +++ b/test/suggestion/v1alpha3/test_requirements.txt @@ -1,2 +1,2 @@ grpcio-testing -pytest +pytest==5.1.2