additional stuff added to package dependencies
Browse files- pyproject.toml +13 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -8,7 +8,7 @@ dependencies = [
|
|
| 8 |
"astropy>=7.2.0",
|
| 9 |
"beautifulsoup4>=4.14.3",
|
| 10 |
"chromadb>=1.5.2",
|
| 11 |
-
"crewai[litellm]>=0.95.0",
|
| 12 |
"datasets>=4.6.1",
|
| 13 |
"diffusers[torch]>=0.36.0",
|
| 14 |
"fastapi>=0.135.1",
|
|
@@ -16,7 +16,18 @@ dependencies = [
|
|
| 16 |
"gitpython>=3.1.46",
|
| 17 |
"libretranslatepy>=2.1.4",
|
| 18 |
"litellm[proxy]>=1.82.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"markdownify>=1.2.2",
|
|
|
|
|
|
|
| 20 |
"numpy>=2.4.2",
|
| 21 |
"ollama>=0.6.1",
|
| 22 |
"openai>=2.24.0",
|
|
@@ -31,6 +42,7 @@ dependencies = [
|
|
| 31 |
"tokenizers>=0.22.2",
|
| 32 |
"torch>=2.10.0",
|
| 33 |
"transformers>=5.2.0",
|
|
|
|
| 34 |
"wheel>=0.46.3",
|
| 35 |
"wikipedia>=1.4.0",
|
| 36 |
]
|
|
|
|
| 8 |
"astropy>=7.2.0",
|
| 9 |
"beautifulsoup4>=4.14.3",
|
| 10 |
"chromadb>=1.5.2",
|
| 11 |
+
"crewai[litellm,tools]>=0.95.0",
|
| 12 |
"datasets>=4.6.1",
|
| 13 |
"diffusers[torch]>=0.36.0",
|
| 14 |
"fastapi>=0.135.1",
|
|
|
|
| 16 |
"gitpython>=3.1.46",
|
| 17 |
"libretranslatepy>=2.1.4",
|
| 18 |
"litellm[proxy]>=1.82.0",
|
| 19 |
+
"llama-index>=0.14.15",
|
| 20 |
+
"llama-index-core>=0.14.15",
|
| 21 |
+
"llama-index-embeddings-huggingface>=0.6.1",
|
| 22 |
+
"llama-index-embeddings-ollama>=0.8.6",
|
| 23 |
+
"llama-index-llms-litellm>=0.6.3",
|
| 24 |
+
"llama-index-llms-ollama>=0.9.1",
|
| 25 |
+
"llama-index-llms-vllm>=0.6.2",
|
| 26 |
+
"llama-index-readers-file>=0.5.6",
|
| 27 |
+
"llama-index-vector-stores-chroma>=0.5.5",
|
| 28 |
"markdownify>=1.2.2",
|
| 29 |
+
"mcp[cli]>=1.26.0",
|
| 30 |
+
"mindsdb-sdk>=3.4.11",
|
| 31 |
"numpy>=2.4.2",
|
| 32 |
"ollama>=0.6.1",
|
| 33 |
"openai>=2.24.0",
|
|
|
|
| 42 |
"tokenizers>=0.22.2",
|
| 43 |
"torch>=2.10.0",
|
| 44 |
"transformers>=5.2.0",
|
| 45 |
+
"vt-py>=0.22.0",
|
| 46 |
"wheel>=0.46.3",
|
| 47 |
"wikipedia>=1.4.0",
|
| 48 |
]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|