Corey Morris
commited on
Commit
•
544ab80
1
Parent(s):
f0012a7
updated requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
-
pandas~=2.0.2
|
2 |
-
streamlit~=1.22.0
|
3 |
-
plotly~=5.14.1
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# pandas~=2.0.2
|
2 |
+
# streamlit~=1.22.0
|
3 |
+
# plotly~=5.14.1
|
4 |
+
pandas==2.0.3
|
5 |
+
streamlit==1.22.0
|
6 |
+
plotly==5.14.1
|
7 |
+
# python~=3.10
|
8 |
+
# pandas==1.5.3
|
9 |
+
# streamlit==1.21.0
|
10 |
+
# plotly==5.14.1
|