Synced repo using 'sync_with_huggingface' Github Action
Browse files
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==
|
| 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==0.24.2"],
|
| 83 |
)
|