Update requirements.txt with scikit-learn==1.0.1, pydantic, and gradio
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
-
scikit-learn
|
2 |
-
pandas
|
|
|
|
|
|
|
|
1 |
+
scikit-learn==1.0.1
|
2 |
+
pandas
|
3 |
+
pydantic
|
4 |
+
gradio
|
5 |
+
# cloudpickle # import cloudpickle as pickle
|