Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ca0bba

Browse files
committedOct 11, 2021
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.