example-submission / requirements.in
jessehostetler's picture
Default to CPU-only version of torch. Improve docs.
c2feb3e
raw
history blame
384 Bytes
dyff-audit
dyff-client
dyff-schema>=0.39.1
click
# Web framework
fastapi
uvicorn[standard]
# Configuration management
pydantic>=2.0.0,<3.0.0
pydantic-settings
python-dotenv
# File upload handling
python-multipart
# ML/AI dependencies (newly added)
transformers>=4.35.0
pillow>=10.0.0
# Dataset generation and testing
pyarrow>=14.0.0
numpy>=1.24.0
pandas>=2.0.0
requests>=2.25.0