Skip to content

Commit

Permalink
Force using the latest libs in the PaliGemma Android example back
Browse files Browse the repository at this point in the history
  • Loading branch information
windmaple committed Aug 27, 2024
1 parent 89e973f commit eec50e9
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 79 deletions.
158 changes: 79 additions & 79 deletions PaliGemma/PaliGemma-on-Android/Python_Server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
aiofiles==23.2.1
altair==5.3.0
annotated-types==0.7.0
anyio==4.4.0
asgiref==3.8.1
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
contourpy==1.2.1
cycler==0.12.1
Django==5.0.8
django-ninja==1.2.1
dnspython==2.6.1
email_validator==2.2.0
fastapi==0.111.0
fastapi-cli==0.0.4
ffmpy==0.3.2
filelock==3.15.4
fonttools==4.53.1
fsspec==2024.6.1
gradio==4.37.2
gradio_client==1.0.2
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
huggingface-hub==0.23.4
idna==3.7
importlib_resources==6.4.0
Jinja2==3.1.4
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.9.1
mdurl==0.1.2
numpy==2.0.0
orjson==3.10.6
packaging==24.1
pandas==2.2.2
pillow==10.4.0
pydantic==2.8.2
pydantic_core==2.20.1
pydub==0.25.1
Pygments==2.18.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-decouple==3.8
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
PyYAML==6.0.1
referencing==0.35.1
requests==2.32.3
rich==13.7.1
rpds-py==0.19.0
ruff==0.5.1
semantic-version==2.10.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlparse==0.5.0
starlette==0.37.2
tomlkit==0.12.0
toolz==0.12.1
tqdm==4.66.4
typer==0.12.3
typing_extensions==4.12.2
tzdata==2024.1
ujson==5.10.0
urllib3==2.2.2
uvicorn==0.30.1
watchfiles==0.22.0
websockets==11.0.3
gunicorn==22.0.0
Pillow==10.4.0
aiofiles
altair
annotated-types
anyio
asgiref
attrs
certifi
charset-normalizer
click
colorama
contourpy
cycler
Django
django-ninja
dnspython
email_validator
fastapi
fastapi-cli
ffmpy
filelock
fonttools
fsspec
gradio
gradio_client
h11
httpcore
httptools
httpx
huggingface-hub
idna
importlib_resources
Jinja2
jsonschema
jsonschema-specifications
kiwisolver
markdown-it-py
MarkupSafe
matplotlib
mdurl
numpy
orjson
packaging
pandas
pillow
pydantic
pydantic_core
pydub
Pygments
pyparsing
python-dateutil
python-decouple
python-dotenv
python-multipart
pytz
PyYAML
referencing
requests
rich
rpds-py
ruff
semantic-version
shellingham
six
sniffio
sqlparse
starlette
tomlkit
toolz
tqdm
typer
typing_extensions
tzdata
ujson
urllib3
uvicorn
watchfiles
websockets
gunicorn
Pillow
overrides
ml_collections
einops~=0.7
Expand Down
85 changes: 85 additions & 0 deletions PaliGemma/PaliGemma-on-Android/Python_Server/requirements.txt.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# Original dependencies

aiofiles==23.2.1
altair==5.3.0
annotated-types==0.7.0
anyio==4.4.0
asgiref==3.8.1
attrs==23.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
contourpy==1.2.1
cycler==0.12.1
Django==5.0.7
django-ninja==1.2.1
dnspython==2.6.1
email_validator==2.2.0
fastapi==0.111.0
fastapi-cli==0.0.4
ffmpy==0.3.2
filelock==3.15.4
fonttools==4.53.1
fsspec==2024.6.1
gradio==4.37.2
gradio_client==1.0.2
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
huggingface-hub==0.23.4
idna==3.7
importlib_resources==6.4.0
Jinja2==3.1.4
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.9.1
mdurl==0.1.2
numpy==2.0.0
orjson==3.10.6
packaging==24.1
pandas==2.2.2
pillow==10.4.0
pydantic==2.8.2
pydantic_core==2.20.1
pydub==0.25.1
Pygments==2.18.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-decouple==3.8
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
PyYAML==6.0.1
referencing==0.35.1
requests==2.32.3
rich==13.7.1
rpds-py==0.19.0
ruff==0.5.1
semantic-version==2.10.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
sqlparse==0.5.0
starlette==0.37.2
tomlkit==0.12.0
toolz==0.12.1
tqdm==4.66.4
typer==0.12.3
typing_extensions==4.12.2
tzdata==2024.1
ujson==5.10.0
urllib3==2.2.2
uvicorn==0.30.1
watchfiles==0.22.0
websockets==11.0.3
gunicorn==20.1.0
Pillow==10.4.0
overrides
ml_collections
einops~=0.7
sentencepiece

0 comments on commit eec50e9

Please sign in to comment.