We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cae238 commit 9ca0bbaCopy full SHA for 9ca0bba
setup.sh
@@ -75,6 +75,7 @@ pip3 install --upgrade cython
75
pip3 install wheel
76
python setup.py bdist_wheel
77
pip3 install -r $JARVIS_DIR/requirements.txt
78
+pip3 install -U scikit-learn
79
80
RESULT=$?
81
if [ $RESULT -eq 0 ]; then
0 commit comments