mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
d1853625fd
* Bump ruff to 0.0.264 * Enable Ruff Naming rules and fix most errors * Move `clean_html` to utils (to fix an N lint error) * Changelog * Clean up possibly leaking file handles * Enable and autofix Ruff SIM * Fix remaining Ruff SIMs * Enable and autofix Ruff UP issues * Fix misordered import from #4048 * Fix bare except from #4048 --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
281 lines
4.9 KiB
Plaintext
281 lines
4.9 KiB
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.7
|
|
# by the following command:
|
|
#
|
|
# pip-compile --output-file=requirements-37.txt requirements.in
|
|
#
|
|
altair==4.2.0
|
|
# via -r requirements.in
|
|
anyio==3.6.1
|
|
# via
|
|
# httpcore
|
|
# starlette
|
|
asyncio==3.4.3
|
|
# via -r requirements.in
|
|
attrs==21.4.0
|
|
# via
|
|
# jsonschema
|
|
# pytest
|
|
backcall==0.2.0
|
|
# via ipython
|
|
black==22.6.0
|
|
# via -r requirements.in
|
|
boto3==1.26.65
|
|
# via -r requirements.in
|
|
botocore==1.29.87
|
|
# via
|
|
# boto3
|
|
# s3transfer
|
|
certifi==2022.6.15
|
|
# via
|
|
# httpcore
|
|
# httpx
|
|
# requests
|
|
charset-normalizer==2.1.0
|
|
# via requests
|
|
click==8.1.3
|
|
# via black
|
|
cloudpickle==2.1.0
|
|
# via shap
|
|
coverage[toml]==6.4.2
|
|
# via
|
|
# -r requirements.in
|
|
# pytest-cov
|
|
decorator==5.1.1
|
|
# via ipython
|
|
entrypoints==0.4
|
|
# via altair
|
|
fastapi==0.87.0
|
|
# via -r requirements.in
|
|
filelock==3.7.1
|
|
# via
|
|
# huggingface-hub
|
|
# transformers
|
|
h11==0.12.0
|
|
# via httpcore
|
|
httpcore==0.15.0
|
|
# via httpx
|
|
httpx==0.23.0
|
|
# via
|
|
# -r requirements.in
|
|
# respx
|
|
huggingface-hub==0.13.0
|
|
# via
|
|
# -r requirements.in
|
|
# transformers
|
|
idna==3.3
|
|
# via
|
|
# anyio
|
|
# requests
|
|
# rfc3986
|
|
imageio==2.19.5
|
|
# via scikit-image
|
|
importlib-metadata==4.2.0
|
|
# via
|
|
# click
|
|
# huggingface-hub
|
|
# jsonschema
|
|
# pluggy
|
|
# pytest
|
|
# transformers
|
|
importlib-resources==5.12.0
|
|
# via jsonschema
|
|
iniconfig==1.1.1
|
|
# via pytest
|
|
ipython==7.34.0
|
|
# via -r requirements.in
|
|
jedi==0.18.1
|
|
# via ipython
|
|
jinja2==3.1.2
|
|
# via altair
|
|
jmespath==1.0.1
|
|
# via
|
|
# boto3
|
|
# botocore
|
|
joblib==1.1.0
|
|
# via scikit-learn
|
|
jsonschema==4.7.2
|
|
# via altair
|
|
llvmlite==0.38.1
|
|
# via numba
|
|
markupsafe==2.1.1
|
|
# via jinja2
|
|
matplotlib-inline==0.1.3
|
|
# via ipython
|
|
mypy-extensions==0.4.3
|
|
# via black
|
|
networkx==2.6.3
|
|
# via scikit-image
|
|
numba==0.55.2
|
|
# via shap
|
|
numpy==1.21.6
|
|
# via
|
|
# altair
|
|
# imageio
|
|
# numba
|
|
# pandas
|
|
# pywavelets
|
|
# scikit-image
|
|
# scikit-learn
|
|
# scipy
|
|
# shap
|
|
# tifffile
|
|
# transformers
|
|
packaging==21.3
|
|
# via
|
|
# huggingface-hub
|
|
# pytest
|
|
# scikit-image
|
|
# shap
|
|
# transformers
|
|
pandas==1.3.5
|
|
# via
|
|
# altair
|
|
# shap
|
|
# vega-datasets
|
|
parso==0.8.3
|
|
# via jedi
|
|
pathspec==0.9.0
|
|
# via black
|
|
pexpect==4.8.0
|
|
# via ipython
|
|
pickleshare==0.7.5
|
|
# via ipython
|
|
pillow==9.2.0
|
|
# via
|
|
# imageio
|
|
# scikit-image
|
|
platformdirs==2.5.2
|
|
# via black
|
|
pluggy==1.0.0
|
|
# via pytest
|
|
prompt-toolkit==3.0.30
|
|
# via ipython
|
|
ptyprocess==0.7.0
|
|
# via pexpect
|
|
py==1.11.0
|
|
# via pytest
|
|
pydantic==1.9.1
|
|
# via
|
|
# -r requirements.in
|
|
# fastapi
|
|
pygments==2.12.0
|
|
# via ipython
|
|
pyparsing==3.0.9
|
|
# via packaging
|
|
pyright==1.1.305
|
|
pyrsistent==0.18.1
|
|
# via jsonschema
|
|
pytest==7.1.2
|
|
# via
|
|
# -r requirements.in
|
|
# pytest-asyncio
|
|
# pytest-cov
|
|
pytest-asyncio==0.19.0
|
|
# via -r requirements.in
|
|
pytest-cov==3.0.0
|
|
# via -r requirements.in
|
|
python-dateutil==2.8.2
|
|
# via
|
|
# botocore
|
|
# pandas
|
|
pytz==2022.1
|
|
# via pandas
|
|
pywavelets==1.3.0
|
|
# via scikit-image
|
|
pyyaml==6.0
|
|
# via
|
|
# huggingface-hub
|
|
# transformers
|
|
regex==2022.7.9
|
|
# via transformers
|
|
requests==2.28.1
|
|
# via
|
|
# huggingface-hub
|
|
# transformers
|
|
respx==0.19.2
|
|
# via -r requirements.in
|
|
rfc3986[idna2008]==1.5.0
|
|
# via httpx
|
|
ruff==0.0.264
|
|
# via -r requirements.in
|
|
s3transfer==0.6.0
|
|
# via boto3
|
|
scikit-image==0.19.3
|
|
# via -r requirements.in
|
|
scikit-learn==1.0.2
|
|
# via shap
|
|
scipy==1.7.3
|
|
# via
|
|
# scikit-image
|
|
# scikit-learn
|
|
# shap
|
|
shap==0.41.0
|
|
# via -r requirements.in
|
|
six==1.16.0
|
|
# via python-dateutil
|
|
slicer==0.0.7
|
|
# via shap
|
|
sniffio==1.2.0
|
|
# via
|
|
# anyio
|
|
# httpcore
|
|
# httpx
|
|
starlette==0.21.0
|
|
# via fastapi
|
|
threadpoolctl==3.1.0
|
|
# via scikit-learn
|
|
tifffile==2021.11.2
|
|
# via scikit-image
|
|
tokenizers==0.12.1
|
|
# via transformers
|
|
tomli==2.0.1
|
|
# via
|
|
# black
|
|
# coverage
|
|
# pytest
|
|
toolz==0.12.0
|
|
# via altair
|
|
torch==1.12.0
|
|
# via -r requirements.in
|
|
tqdm==4.64.0
|
|
# via
|
|
# -r requirements.in
|
|
# huggingface-hub
|
|
# shap
|
|
# transformers
|
|
traitlets==5.3.0
|
|
# via
|
|
# ipython
|
|
# matplotlib-inline
|
|
transformers==4.20.1
|
|
# via -r requirements.in
|
|
typed-ast==1.5.4
|
|
# via black
|
|
typing-extensions==4.3.0
|
|
# via
|
|
# anyio
|
|
# black
|
|
# huggingface-hub
|
|
# importlib-metadata
|
|
# jsonschema
|
|
# pydantic
|
|
# pytest-asyncio
|
|
# starlette
|
|
# torch
|
|
urllib3==1.26.10
|
|
# via
|
|
# botocore
|
|
# requests
|
|
vega-datasets==0.9.0
|
|
# via -r requirements.in
|
|
wcwidth==0.2.5
|
|
# via prompt-toolkit
|
|
zipp==3.8.1
|
|
# via
|
|
# importlib-metadata
|
|
# importlib-resources
|
|
|
|
# The following packages are considered to be unsafe in a requirements file:
|
|
# setuptools
|