mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
ef3862e075
* Sort requirements.in * Switch flake8 + isort to ruff * Apply ruff import order fixes * Fix ruff complaints in demo/ * Fix ruff complaints in test/ * Use `x is not y`, not `not x is y` * Remove unused listdir from website generator * Clean up duplicate dict keys * Add changelog entry * Clean up unused imports (except in gradio/__init__.py) * add space --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
23 lines
350 B
Plaintext
23 lines
350 B
Plaintext
# Don't forget to run bash scripts/create_test_requirements.sh and scripts/create_test_requirements-37.sh from unix or wsl when you update this file.
|
|
IPython
|
|
altair
|
|
asyncio
|
|
black
|
|
boto3
|
|
coverage
|
|
fastapi>=0.87.0
|
|
httpx
|
|
huggingface_hub
|
|
pydantic
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-cov
|
|
ruff>=0.0.260
|
|
respx
|
|
scikit-image
|
|
shap
|
|
torch
|
|
tqdm
|
|
transformers
|
|
vega_datasets
|