mnemozyn-entity-continuum / pyproject.toml
Sarverott's picture
additional stuff added to package dependencies
1a79fe5
[project]
name = "mnemozyn-entity-continuum"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"astropy>=7.2.0",
"beautifulsoup4>=4.14.3",
"chromadb>=1.5.2",
"crewai[litellm,tools]>=0.95.0",
"datasets>=4.6.1",
"diffusers[torch]>=0.36.0",
"fastapi>=0.135.1",
"gguf>=0.18.0",
"gitpython>=3.1.46",
"libretranslatepy>=2.1.4",
"litellm[proxy]>=1.82.0",
"llama-index>=0.14.15",
"llama-index-core>=0.14.15",
"llama-index-embeddings-huggingface>=0.6.1",
"llama-index-embeddings-ollama>=0.8.6",
"llama-index-llms-litellm>=0.6.3",
"llama-index-llms-ollama>=0.9.1",
"llama-index-llms-vllm>=0.6.2",
"llama-index-readers-file>=0.5.6",
"llama-index-vector-stores-chroma>=0.5.5",
"markdownify>=1.2.2",
"mcp[cli]>=1.26.0",
"mindsdb-sdk>=3.4.11",
"numpy>=2.4.2",
"ollama>=0.6.1",
"openai>=2.24.0",
"opencv-contrib-python-headless>=4.13.0.92",
"paramiko>=4.0.0",
"pillow>=12.1.1",
"pygithub>=2.8.1",
"requests>=2.32.5",
"safetensors>=0.7.0",
"scikit-learn>=1.8.0",
"setuptools>=82.0.0",
"tokenizers>=0.22.2",
"torch>=2.10.0",
"transformers>=5.2.0",
"vt-py>=0.22.0",
"wheel>=0.46.3",
"wikipedia>=1.4.0",
]
[dependency-groups]
dev = [
"astropy>=7.2.0",
"chromadb>=1.5.2",
"docker>=7.1.0",
"huggingface-hub>=1.5.0",
"langchain>=1.2.10",
"langchain-chroma>=1.1.0",
"langchain-huggingface>=1.2.1",
"langchain-ollama>=1.0.1",
"langchain-openai>=1.1.10",
"litellm[proxy]>=1.82.0",
"llama-cpp-python>=0.3.16",
"marimo>=0.20.4",
"notebook>=7.5.4",
"ollama>=0.6.1",
"pillow>=12.1.1",
"scapy>=2.7.0",
"sherlock-project>=0.16.0",
"transformers>=5.2.0",
]