Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Add weekly scheduler: requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,15 +2,15 @@ PyPDF2
|
|
| 2 |
beautifulsoup4
|
| 3 |
python-dotenv
|
| 4 |
folium
|
| 5 |
-
langchain
|
| 6 |
langchain_community
|
| 7 |
langchain_core
|
| 8 |
langchain_openai
|
|
|
|
| 9 |
pandas
|
| 10 |
requests
|
| 11 |
streamlit
|
| 12 |
streamlit_folium
|
| 13 |
-
datasets
|
| 14 |
faiss-cpu
|
| 15 |
pydantic>=2.5.0
|
| 16 |
chromadb>=0.5.5
|
|
@@ -23,4 +23,4 @@ PyYAML==6.0.1
|
|
| 23 |
huggingface-hub
|
| 24 |
pydantic>=2.5.0
|
| 25 |
tavily-python>=0.3.0
|
| 26 |
-
|
|
|
|
| 2 |
beautifulsoup4
|
| 3 |
python-dotenv
|
| 4 |
folium
|
| 5 |
+
langchain
|
| 6 |
langchain_community
|
| 7 |
langchain_core
|
| 8 |
langchain_openai
|
| 9 |
+
langgraph
|
| 10 |
pandas
|
| 11 |
requests
|
| 12 |
streamlit
|
| 13 |
streamlit_folium
|
|
|
|
| 14 |
faiss-cpu
|
| 15 |
pydantic>=2.5.0
|
| 16 |
chromadb>=0.5.5
|
|
|
|
| 23 |
huggingface-hub
|
| 24 |
pydantic>=2.5.0
|
| 25 |
tavily-python>=0.3.0
|
| 26 |
+
APScheduler>=3.10.0
|