Spaces:
Sleeping
Sleeping
SHAMIL SHAHBAZ AWAN commited on
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
python-dotenv
|
| 3 |
langchain
|
| 4 |
-
crewai
|
| 5 |
replicate
|
| 6 |
langchain-google-genai
|
| 7 |
matplotlib
|
|
@@ -18,4 +18,4 @@ pandas
|
|
| 18 |
wikipedia
|
| 19 |
langgraph
|
| 20 |
faiss-cpu
|
| 21 |
-
nasapy
|
|
|
|
| 1 |
fastapi
|
| 2 |
python-dotenv
|
| 3 |
langchain
|
| 4 |
+
crewai = {extras = ["tools"], version = "^0.100.1"}
|
| 5 |
replicate
|
| 6 |
langchain-google-genai
|
| 7 |
matplotlib
|
|
|
|
| 18 |
wikipedia
|
| 19 |
langgraph
|
| 20 |
faiss-cpu
|
| 21 |
+
nasapy
|