Spaces:
Runtime error
Runtime error
Maximilian Schuh commited on
Commit ·
69a87e1
1
Parent(s): 96312e1
Fix pandas version in requirements and add .gitignore for __pycache__
Browse files- .gitignore +1 -0
- requirements.txt +1 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
twinbooster==0.3.1
|
| 2 |
huggingface_hub>=0.22.0
|
| 3 |
-
pandas
|
| 4 |
plotly>=5.22.0
|
| 5 |
openpyxl>=3.1.2
|
|
|
|
| 1 |
twinbooster==0.3.1
|
| 2 |
huggingface_hub>=0.22.0
|
| 3 |
+
pandas==2.0.3
|
| 4 |
plotly>=5.22.0
|
| 5 |
openpyxl>=3.1.2
|