Skip to content

Commit

Permalink
Set packaging version as >=23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Apr 11, 2024
1 parent 2525fc1 commit 8aa77c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
1 change: 1 addition & 0 deletions test/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ tqdm
transformers
vega_datasets
diffusers
packaging>=23.2 # >=23.2 is required for hatch to handle the context formatting in build target dependencies.
31 changes: 11 additions & 20 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand Down Expand Up @@ -82,9 +82,11 @@ fsspec==2024.2.0
# gradio-client
# huggingface-hub
# torch
gradio==4.19.1
# via gradio-pdf
gradio-client==0.10.0
# via gradio
gradio-pdf==0.0.7
gradio-pdf==0.0.3
# via -r requirements.in
h11==0.12.0
# via
Expand Down Expand Up @@ -117,9 +119,7 @@ imageio==2.19.5
importlib-metadata==7.0.1
# via diffusers
importlib-resources==6.1.1
# via
# gradio
# matplotlib
# via gradio
iniconfig==1.1.1
# via pytest
ipython==7.34.0
Expand Down Expand Up @@ -173,8 +173,9 @@ numpy==1.24.4
# transformers
orjson==3.9.14
# via gradio
packaging==22.0
packaging==24.0
# via
# -r requirements.in
# gradio
# gradio-client
# huggingface-hub
Expand Down Expand Up @@ -264,9 +265,7 @@ requests==2.28.1
respx==0.19.2
# via -r requirements.in
rfc3986[idna2008]==1.5.0
# via
# httpx
# rfc3986
# via httpx
rich==13.7.0
# via typer
ruff==0.2.2
Expand Down Expand Up @@ -303,9 +302,7 @@ tifffile==2021.11.2
tokenizers==0.15.1
# via transformers
tomli==2.0.1
# via
# coverage
# pytest
# via pytest
tomlkit==0.12.0
# via gradio
toolz==0.12.0
Expand All @@ -324,9 +321,7 @@ traitlets==5.3.0
transformers==4.37.2
# via -r requirements.in
typer[all]==0.9.0
# via
# gradio
# typer
# via gradio
typing-extensions==4.9.0
# via
# fastapi
Expand All @@ -335,10 +330,8 @@ typing-extensions==4.9.0
# huggingface-hub
# pydantic
# pydantic-core
# starlette
# torch
# typer
# uvicorn
urllib3==1.26.10
# via
# botocore
Expand All @@ -352,9 +345,7 @@ wcwidth==0.2.5
websockets==11.0.3
# via gradio-client
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 8aa77c8

Please sign in to comment.