parent
6d3d9aa7a8
commit
7b0510bcd5
@ -1,21 +1,30 @@
|
||||
# Hospital Simulation Dependencies
|
||||
# Core Swarms Framework
|
||||
swarms>=0.1.0
|
||||
|
||||
# ChromaDB for RAG system
|
||||
chromadb>=0.4.0
|
||||
|
||||
# Additional dependencies for enhanced functionality
|
||||
loguru>=0.7.0
|
||||
pydantic>=2.0.0
|
||||
tenacity>=8.0.0
|
||||
|
||||
# Optional: For advanced features
|
||||
# pinecone-client>=2.0.0 # Alternative vector database
|
||||
# qdrant-client>=1.0.0 # Alternative vector database
|
||||
# faiss-cpu>=1.7.0 # Alternative vector database
|
||||
|
||||
# Development dependencies (optional)
|
||||
# pytest>=7.0.0
|
||||
# black>=23.0.0
|
||||
# flake8>=6.0.0
|
||||
torch>=2.1.1,<3.0
|
||||
transformers>=4.39.0,<4.51.0
|
||||
asyncio>=3.4.3,<4.0
|
||||
toml
|
||||
pypdf==5.1.0
|
||||
ratelimit==2.2.1
|
||||
loguru
|
||||
pydantic==2.11.4
|
||||
tenacity
|
||||
rich
|
||||
psutil
|
||||
python-dotenv
|
||||
PyYAML
|
||||
docstring_parser==0.16
|
||||
black
|
||||
ruff
|
||||
types-toml>=0.10.8.1
|
||||
types-pytz>=2023.3,<2026.0
|
||||
types-chardet>=5.0.4.6
|
||||
mypy-protobuf>=3.0.0
|
||||
pytest
|
||||
networkx
|
||||
aiofiles
|
||||
httpx
|
||||
# vllm>=0.2.0
|
||||
aiohttp
|
||||
mcp
|
||||
numpy
|
||||
openai
|
||||
schedule
|
Loading…
Reference in new issue