Fanwang Meng commited on
Commit
5db4567
1 Parent(s): 2e8a9f9

Use PyPI for scikit-learn

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  setuptools==59.8.0
2
  numpy==1.24.4
3
  scipy==1.10.1
4
- # scikit-learn==0.24.2
5
- git+https://github.com/scikit-learn/scikit-learn@0.24.2
6
  joblib==1.3.2
7
  pandas==2.0.3
8
  openpyxl==3.1.2
 
1
  setuptools==59.8.0
2
  numpy==1.24.4
3
  scipy==1.10.1
4
+ scikit-learn==0.24.2
5
+ # git+https://github.com/scikit-learn/scikit-learn@0.24.2
6
  joblib==1.3.2
7
  pandas==2.0.3
8
  openpyxl==3.1.2