Spaces:
Sleeping
Sleeping
removed unnecessary python version constraints
Browse files- requirements.txt +84 -84
requirements.txt
CHANGED
|
@@ -1,84 +1,84 @@
|
|
| 1 |
-
aiofiles==23.2.1 ;
|
| 2 |
-
altair==5.3.0 ;
|
| 3 |
-
annotated-types==0.7.0 ;
|
| 4 |
-
anyio==4.4.0 ;
|
| 5 |
-
attrs==23.2.0 ;
|
| 6 |
-
certifi==2024.6.2 ;
|
| 7 |
-
charset-normalizer==3.3.2 ;
|
| 8 |
-
click==8.1.7 ;
|
| 9 |
-
colorama==0.4.6 ;
|
| 10 |
-
coloredlogs==15.0.1 ;
|
| 11 |
-
contourpy==1.2.1 ;
|
| 12 |
-
cycler==0.12.1 ;
|
| 13 |
-
dnspython==2.6.1 ;
|
| 14 |
-
email-validator==2.2.0 ;
|
| 15 |
-
fastapi-cli==0.0.4 ;
|
| 16 |
-
fastapi==0.111.0 ;
|
| 17 |
-
ffmpy==0.3.2 ;
|
| 18 |
-
filelock==3.15.4 ;
|
| 19 |
-
flatbuffers==24.3.25 ;
|
| 20 |
-
fonttools==4.53.0 ;
|
| 21 |
-
fsspec==2024.6.1 ;
|
| 22 |
-
gradio-client==1.0.2 ;
|
| 23 |
-
gradio==4.37.2 ;
|
| 24 |
-
h11==0.14.0 ;
|
| 25 |
-
httpcore==1.0.5 ;
|
| 26 |
-
httptools==0.6.1 ;
|
| 27 |
-
httpx==0.27.0 ;
|
| 28 |
-
huggingface-hub==0.23.4 ;
|
| 29 |
-
humanfriendly==10.0 ;
|
| 30 |
-
idna==3.7 ;
|
| 31 |
-
importlib-resources==6.4.0 ;
|
| 32 |
-
jinja2==3.1.4 ;
|
| 33 |
-
jsonschema-specifications==2023.12.1 ;
|
| 34 |
-
jsonschema==4.22.0 ;
|
| 35 |
-
kiwisolver==1.4.5 ;
|
| 36 |
-
markdown-it-py==3.0.0 ;
|
| 37 |
-
markupsafe==2.1.5 ;
|
| 38 |
-
matplotlib==3.9.0 ;
|
| 39 |
-
mdurl==0.1.2 ;
|
| 40 |
-
mpmath==1.3.0 ;
|
| 41 |
-
numpy==1.26.4 ;
|
| 42 |
-
onnx==1.16.1 ;
|
| 43 |
-
onnxruntime==1.18.1 ;
|
| 44 |
-
opencv-contrib-python==4.10.0.84 ;
|
| 45 |
-
orjson==3.10.5 ;
|
| 46 |
-
packaging==24.1 ;
|
| 47 |
-
pandas==2.2.2 ;
|
| 48 |
-
pillow==10.4.0 ;
|
| 49 |
-
protobuf==5.27.2 ;
|
| 50 |
-
pydantic-core==2.20.0 ;
|
| 51 |
-
pydantic==2.8.0 ;
|
| 52 |
-
pydub==0.25.1 ;
|
| 53 |
-
pygments==2.18.0 ;
|
| 54 |
-
pyparsing==3.1.2 ;
|
| 55 |
-
pyreadline3==3.4.1 ; sys_platform == "win32" and
|
| 56 |
-
python-dateutil==2.9.0.post0 ;
|
| 57 |
-
python-dotenv==1.0.1 ;
|
| 58 |
-
python-multipart==0.0.9 ;
|
| 59 |
-
pytz==2024.1 ;
|
| 60 |
-
pyyaml==6.0.1 ;
|
| 61 |
-
referencing==0.35.1 ;
|
| 62 |
-
requests==2.32.3 ;
|
| 63 |
-
rich==13.7.1 ;
|
| 64 |
-
rpds-py==0.18.1 ;
|
| 65 |
-
ruff==0.5.0 ;
|
| 66 |
-
semantic-version==2.10.0 ;
|
| 67 |
-
shellingham==1.5.4 ;
|
| 68 |
-
six==1.16.0 ;
|
| 69 |
-
sniffio==1.3.1 ;
|
| 70 |
-
starlette==0.37.2 ;
|
| 71 |
-
sympy==1.12.1 ;
|
| 72 |
-
tomlkit==0.12.0 ;
|
| 73 |
-
toolz==0.12.1 ;
|
| 74 |
-
tqdm==4.66.4 ;
|
| 75 |
-
typer==0.12.3 ;
|
| 76 |
-
typing-extensions==4.12.2 ;
|
| 77 |
-
tzdata==2024.1 ;
|
| 78 |
-
ujson==5.10.0 ;
|
| 79 |
-
urllib3==2.2.2 ;
|
| 80 |
-
uvicorn==0.30.1 ;
|
| 81 |
-
uvicorn[standard]==0.30.1 ;
|
| 82 |
-
uvloop==0.19.0 ;
|
| 83 |
-
watchfiles==0.22.0 ;
|
| 84 |
-
websockets==11.0.3 ;
|
|
|
|
| 1 |
+
aiofiles==23.2.1 ;
|
| 2 |
+
altair==5.3.0 ;
|
| 3 |
+
annotated-types==0.7.0 ;
|
| 4 |
+
anyio==4.4.0 ;
|
| 5 |
+
attrs==23.2.0 ;
|
| 6 |
+
certifi==2024.6.2 ;
|
| 7 |
+
charset-normalizer==3.3.2 ;
|
| 8 |
+
click==8.1.7 ;
|
| 9 |
+
colorama==0.4.6 ;
|
| 10 |
+
coloredlogs==15.0.1 ;
|
| 11 |
+
contourpy==1.2.1 ;
|
| 12 |
+
cycler==0.12.1 ;
|
| 13 |
+
dnspython==2.6.1 ;
|
| 14 |
+
email-validator==2.2.0 ;
|
| 15 |
+
fastapi-cli==0.0.4 ;
|
| 16 |
+
fastapi==0.111.0 ;
|
| 17 |
+
ffmpy==0.3.2 ;
|
| 18 |
+
filelock==3.15.4 ;
|
| 19 |
+
flatbuffers==24.3.25 ;
|
| 20 |
+
fonttools==4.53.0 ;
|
| 21 |
+
fsspec==2024.6.1 ;
|
| 22 |
+
gradio-client==1.0.2 ;
|
| 23 |
+
gradio==4.37.2 ;
|
| 24 |
+
h11==0.14.0 ;
|
| 25 |
+
httpcore==1.0.5 ;
|
| 26 |
+
httptools==0.6.1 ;
|
| 27 |
+
httpx==0.27.0 ;
|
| 28 |
+
huggingface-hub==0.23.4 ;
|
| 29 |
+
humanfriendly==10.0 ;
|
| 30 |
+
idna==3.7 ;
|
| 31 |
+
importlib-resources==6.4.0 ;
|
| 32 |
+
jinja2==3.1.4 ;
|
| 33 |
+
jsonschema-specifications==2023.12.1 ;
|
| 34 |
+
jsonschema==4.22.0 ;
|
| 35 |
+
kiwisolver==1.4.5 ;
|
| 36 |
+
markdown-it-py==3.0.0 ;
|
| 37 |
+
markupsafe==2.1.5 ;
|
| 38 |
+
matplotlib==3.9.0 ;
|
| 39 |
+
mdurl==0.1.2 ;
|
| 40 |
+
mpmath==1.3.0 ;
|
| 41 |
+
numpy==1.26.4 ;
|
| 42 |
+
onnx==1.16.1 ;
|
| 43 |
+
onnxruntime==1.18.1 ;
|
| 44 |
+
opencv-contrib-python==4.10.0.84 ;
|
| 45 |
+
orjson==3.10.5 ;
|
| 46 |
+
packaging==24.1 ;
|
| 47 |
+
pandas==2.2.2 ;
|
| 48 |
+
pillow==10.4.0 ;
|
| 49 |
+
protobuf==5.27.2 ;
|
| 50 |
+
pydantic-core==2.20.0 ;
|
| 51 |
+
pydantic==2.8.0 ;
|
| 52 |
+
pydub==0.25.1 ;
|
| 53 |
+
pygments==2.18.0 ;
|
| 54 |
+
pyparsing==3.1.2 ;
|
| 55 |
+
pyreadline3==3.4.1 ; sys_platform == "win32" and
|
| 56 |
+
python-dateutil==2.9.0.post0 ;
|
| 57 |
+
python-dotenv==1.0.1 ;
|
| 58 |
+
python-multipart==0.0.9 ;
|
| 59 |
+
pytz==2024.1 ;
|
| 60 |
+
pyyaml==6.0.1 ;
|
| 61 |
+
referencing==0.35.1 ;
|
| 62 |
+
requests==2.32.3 ;
|
| 63 |
+
rich==13.7.1 ;
|
| 64 |
+
rpds-py==0.18.1 ;
|
| 65 |
+
ruff==0.5.0 ;
|
| 66 |
+
semantic-version==2.10.0 ;
|
| 67 |
+
shellingham==1.5.4 ;
|
| 68 |
+
six==1.16.0 ;
|
| 69 |
+
sniffio==1.3.1 ;
|
| 70 |
+
starlette==0.37.2 ;
|
| 71 |
+
sympy==1.12.1 ;
|
| 72 |
+
tomlkit==0.12.0 ;
|
| 73 |
+
toolz==0.12.1 ;
|
| 74 |
+
tqdm==4.66.4 ;
|
| 75 |
+
typer==0.12.3 ;
|
| 76 |
+
typing-extensions==4.12.2 ;
|
| 77 |
+
tzdata==2024.1 ;
|
| 78 |
+
ujson==5.10.0 ;
|
| 79 |
+
urllib3==2.2.2 ;
|
| 80 |
+
uvicorn==0.30.1 ;
|
| 81 |
+
uvicorn[standard]==0.30.1 ;
|
| 82 |
+
uvloop==0.19.0 ;
|
| 83 |
+
watchfiles==0.22.0 ;
|
| 84 |
+
websockets==11.0.3 ;
|