There was an error while loading. Please reload this page.
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