example-submission / requirements.in
jessehostetler's picture
Fix challenge-cli not setting storage when using --volume and friends. Improve error messages. Fix multiple issues with Dockerfile.gpu. Change make docker-run and make docker-run-gpu to use docker flags that match the Dyff cloud environment by default.
82e6e64
raw
history blame contribute delete
384 Bytes
dyff-audit
dyff-client
dyff-schema>=0.43.4
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