Spaces:
Sleeping
Sleeping
Commit ·
fb476ce
1
Parent(s): 17c0ed4
Relax pandas pin for Python 3.13 wheel compatibility (fix build timeout)
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
openai
|
| 2 |
openapi-schema-pydantic==1.2.4
|
| 3 |
-
pandas=
|
| 4 |
pydantic==2.7.1
|
| 5 |
streamlit
|
| 6 |
httpx==0.24.1
|
|
|
|
| 1 |
openai
|
| 2 |
openapi-schema-pydantic==1.2.4
|
| 3 |
+
pandas>=2.2.0,<3
|
| 4 |
pydantic==2.7.1
|
| 5 |
streamlit
|
| 6 |
httpx==0.24.1
|