Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix: remove invalid streamlit==1.54.0 pin
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -9,7 +9,7 @@ langchain_openai
|
|
| 9 |
langgraph
|
| 10 |
pandas
|
| 11 |
requests
|
| 12 |
-
streamlit
|
| 13 |
streamlit_folium
|
| 14 |
faiss-cpu
|
| 15 |
pydantic>=2.5.0
|
|
|
|
| 9 |
langgraph
|
| 10 |
pandas
|
| 11 |
requests
|
| 12 |
+
streamlit
|
| 13 |
streamlit_folium
|
| 14 |
faiss-cpu
|
| 15 |
pydantic>=2.5.0
|