Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -2,6 +2,14 @@
|
|
2 |
crewai[tools]
|
3 |
exa-py
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# FROM pyproject.toml :
|
6 |
# [tool.poetry.dependencies]
|
7 |
# python = ">=3.10,<=3.13"
|
|
|
2 |
crewai[tools]
|
3 |
exa-py
|
4 |
|
5 |
+
langchain = "0.1.17"
|
6 |
+
langchain-core = "0.1.52"
|
7 |
+
langchain-anthropic = "^0.1.11"
|
8 |
+
langchain-groq = "^0.1.3"
|
9 |
+
# streamlit = "^1.34.0" # Is all geinstalleerd door HF Spaces !
|
10 |
+
langchain-google-genai = "^1.0.3"
|
11 |
+
pillow = "^10.3.0"
|
12 |
+
|
13 |
# FROM pyproject.toml :
|
14 |
# [tool.poetry.dependencies]
|
15 |
# python = ">=3.10,<=3.13"
|