schema-translator / requirements.txt
sanzgiri's picture
Pin huggingface-hub to <0.26.0 for HfFolder compatibility
17525d7
raw
history blame contribute delete
367 Bytes
# Core Dependencies
anthropic>=0.39.0
pydantic>=2.10.0
pydantic-settings>=2.6.0
python-dotenv>=1.0.0
# Graph and Data
networkx>=3.4.0
# UI Framework
chainlit>=1.3.0
gradio>=5.0.0
huggingface-hub<0.26.0
# Testing
pytest>=8.3.0
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
# Development Tools
black>=24.0.0
ruff>=0.8.0
mypy>=1.13.0
# Additional utilities
rich>=13.9.0