Added pandas dependency to ceph.spec.in and debian/control.
In the spirit of "if it aint broke, dont fix it", I did NOT add
scikit-learn as a dependency in spec or control, because scikit-learn
was already a dependency in diskprediction_local, and so it should have
already have been taken care of.
Also in the same spirit, removed joblib dependency from requirements.txt
because scikit-learn depends on it and therefore joblib will get
installed when scikit-learn gets installed.
Signed-off-by: Karanraj Chauhan <kachauha@redhat.com>
Requires: python%{_python_buildid}-numpy
%if 0%{without python2}
Requires: python3-scipy
+Requires: python3-pandas
%else
Requires: python2-scipy
+Requires: python2-pandas
%endif
%endif
%if 0%{?rhel} == 7
Requires: numpy
Requires: scipy
+Requires: pandas
%endif
%description mgr-diskprediction-local
ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict
python-numpy,
python-scipy,
python-sklearn,
+ python-pandas,
${misc:Depends},
${python:Depends},
${shlibs:Depends},
numpy==1.15.1
scipy==1.1.0
pandas==0.23.4
-joblib==0.11
scikit-learn==0.19.2