Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
|
4 |
-
gradio
|
5 |
-
matplotlib
|
6 |
-
seaborn
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
pandas==1.5.3
|
3 |
+
scikit-learn==1.2.0
|
4 |
+
gradio==3.20.1
|
5 |
+
matplotlib==3.6.2
|
6 |
+
seaborn==0.12.1
|