Module3 / requirements.txt
averye-duke's picture
Add app.py and setup files for Hugging Face Space
fd1ef54
raw
history blame contribute delete
206 Bytes
fastapi>=0.95
uvicorn[standard]>=0.22.0
pydantic>=1.10
PyYAML==6.0
joblib==1.3.2
scikit-learn==1.7.2
numpy==1.26.4
pandas==2.2.2
gradio==3.41.0
requests==2.31.0
wandb==0.23.0
# test / dev tools
pytest>=7.4