Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
scikit-learn
|
4 |
-
joblib
|
5 |
-
tensorflow
|
6 |
-
pandas
|
7 |
-
|
|
|
1 |
+
gradio==3.1.4
|
2 |
+
numpy==1.21.2
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
joblib==1.0.1
|
5 |
+
tensorflow==2.5.0
|
6 |
+
pandas==1.3.3
|
|