Skip to content

Commit 9ca0bba

Browse files
committed
Fix stages
1 parent 1cae238 commit 9ca0bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pip3 install --upgrade cython
7575
pip3 install wheel
7676
python setup.py bdist_wheel
7777
pip3 install -r $JARVIS_DIR/requirements.txt
78+
pip3 install -U scikit-learn
7879

7980
RESULT=$?
8081
if [ $RESULT -eq 0 ]; then

0 commit comments

Comments
 (0)