Spaces:
Runtime error
Runtime error
hfwittmann
commited on
Commit
•
6c0d07d
1
Parent(s):
0fbe3a8
bug fix requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
lxml==
|
3 |
-
pandas-datareader==
|
4 |
-
|
5 |
-
plotly==
|
|
|
1 |
+
environs==9.5.0
|
2 |
+
lxml==4.9.2
|
3 |
+
pandas-datareader==0.10.0
|
4 |
+
pandas==1.5.3
|
5 |
+
plotly==5.13.1
|