]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/diskprediction: Add diskprediction local plugin dependencies 25530/head
authorhsiang41 <rick.chen@prophetstor.com>
Thu, 13 Dec 2018 03:27:15 +0000 (11:27 +0800)
committerhsiang41 <rick.chen@prophetstor.com>
Tue, 28 May 2019 06:26:31 +0000 (14:26 +0800)
Separate diskprediction local plugin dependencies from the
diskprediction clould plugin dependencies requirements.txts.

Signed-off-by: Rick Chen <rick.chen@prophetstor.com>
src/pybind/mgr/diskprediction_cloud/requirements.txt
src/pybind/mgr/diskprediction_local/requirements.txt [new file with mode: 0644]

index 4abc346ad8f140cef7bf4fbcace41be89f90e7aa..82a6da8cf06cd4030d88034315ce56b19d7d3ff1 100644 (file)
@@ -2,11 +2,7 @@ google-api-python-client==1.7.3
 google-auth==1.5.0
 google-auth-httplib2==0.0.3
 googleapis-common-protos==1.5.3
-grpc==0.3.post19
-grpc-google-logging-v2==0.8.1
-grpc-google-pubsub-v1==0.8.1
-grpcio==1.14.1
-mock==2.0.0
-numpy==1.15.1
-scikit-learn==0.19.2
-scipy==1.1.0
+grpc-google-logging-v2>=0.8.1
+grpc-google-pubsub-v1>=0.8.1
+grpcio>=1.14.1
+
diff --git a/src/pybind/mgr/diskprediction_local/requirements.txt b/src/pybind/mgr/diskprediction_local/requirements.txt
new file mode 100644 (file)
index 0000000..92a5aa3
--- /dev/null
@@ -0,0 +1,3 @@
+numpy==1.15.1
+scikit-learn==0.19.2
+scipy==1.1.0
\ No newline at end of file