Spaces:
Runtime error
Runtime error
felix
commited on
Commit
·
10bf9ae
1
Parent(s):
e13d00c
fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ markdown-it-py==2.2.0
|
|
9 |
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
11 |
numpy==1.24.2
|
12 |
-
pandas
|
13 |
plotly==5.14.1
|
14 |
python-dateutil==2.8.2
|
15 |
requests==2.28.2
|
|
|
9 |
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
11 |
numpy==1.24.2
|
12 |
+
pandas>=2.0.0
|
13 |
plotly==5.14.1
|
14 |
python-dateutil==2.8.2
|
15 |
requests==2.28.2
|