legend1234 commited on
Commit
7dd173e
1 Parent(s): 6fa6b50

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (3) hide show
  1. requirements.txt +1 -1
  2. requirements_conda.txt +1 -1
  3. setup.py +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  numpy>=1.21.4
2
  scipy>=1.7.2
3
- scikit-learn==0.24.2
4
  joblib>=1.1.0
5
  pandas>=1.3.4
6
  openpyxl>=3.0.9
 
1
  numpy>=1.21.4
2
  scipy>=1.7.2
3
+ scikit-learn==1.0.1
4
  joblib>=1.1.0
5
  pandas>=1.3.4
6
  openpyxl>=3.0.9
requirements_conda.txt CHANGED
@@ -1,6 +1,6 @@
1
  numpy>=1.21.4
2
  scipy>=1.7.2
3
- scikit-learn==0.24.2
4
  joblib>=1.1.0
5
  pandas>=1.3.4
6
  openpyxl>=3.0.9
 
1
  numpy>=1.21.4
2
  scipy>=1.7.2
3
+ scikit-learn==1.0.1
4
  joblib>=1.1.0
5
  pandas>=1.3.4
6
  openpyxl>=3.0.9
setup.py CHANGED
@@ -79,5 +79,5 @@ setup(
79
  ],
80
  python_requires=">=3.7.0",
81
  setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
82
- install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==0.24.2"],
83
  )
 
79
  ],
80
  python_requires=">=3.7.0",
81
  setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
82
+ install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==1.0.1"],
83
  )