Spaces:
Sleeping
Sleeping
Update pandas for build error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#Fix to solve build error
|
| 2 |
setuptools<82.0.0
|
| 3 |
|
| 4 |
-
pandas=
|
| 5 |
python-dotenv==1.1.1
|
| 6 |
PyPDF2==3.0.1
|
| 7 |
streamlit==1.32.2
|
|
|
|
| 1 |
#Fix to solve build error
|
| 2 |
setuptools<82.0.0
|
| 3 |
|
| 4 |
+
pandas>=2.2.3
|
| 5 |
python-dotenv==1.1.1
|
| 6 |
PyPDF2==3.0.1
|
| 7 |
streamlit==1.32.2
|