tushargandhi77
commited on
Commit
•
b38f563
1
Parent(s):
d3729b6
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
scikit-learn
|
5 |
scipy
|
|
|
1 |
+
streamlit==1.28.2
|
2 |
+
numpy==1.26.1
|
3 |
+
pandas==2.1.2
|
4 |
+
scikit-learn==1.3.2
|
5 |
scipy
|