legend1234
commited on
Commit
•
7dd173e
1
Parent(s):
6fa6b50
Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +1 -1
- requirements_conda.txt +1 -1
- 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.
|
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.
|
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.
|
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 |
)
|