Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
numpy==1.22.0
|
2 |
pickle-mixin==1.0.2
|
3 |
streamlit==1.2.0
|
4 |
-
scikit-learn==1.0.1
|
|
|
|
1 |
numpy==1.22.0
|
2 |
pickle-mixin==1.0.2
|
3 |
streamlit==1.2.0
|
4 |
+
scikit-learn==1.0.1
|
5 |
+
--no-build-isolation scikit-learn
|