Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -21,10 +21,11 @@ distinctipy==1.2.3
|
|
| 21 |
entrypoints==0.4
|
| 22 |
exceptiongroup==1.1.3
|
| 23 |
executing==1.2.0
|
| 24 |
-
fastapi
|
| 25 |
ffmpeg-python==0.2.0
|
| 26 |
filelock==3.12.4
|
| 27 |
fonttools==4.38.0
|
|
|
|
| 28 |
future==0.18.3
|
| 29 |
gitdb==4.0.9
|
| 30 |
GitPython==3.1.29
|
|
@@ -37,6 +38,7 @@ googleapis-common-protos==1.56.4
|
|
| 37 |
h11==0.14.0
|
| 38 |
httplib2==0.21.0
|
| 39 |
httptools==0.6.0
|
|
|
|
| 40 |
idna==3.4
|
| 41 |
importlib-metadata==5.0.0
|
| 42 |
imutils==0.5.4
|
|
@@ -47,6 +49,7 @@ jsonschema==4.16.0
|
|
| 47 |
kiwisolver==1.4.4
|
| 48 |
MarkupSafe==2.1.1
|
| 49 |
matplotlib==3.8.0
|
|
|
|
| 50 |
mpmath==1.3.0
|
| 51 |
multidict==6.0.4
|
| 52 |
networkx==3.1
|
|
@@ -84,10 +87,12 @@ python-utils==3.4.5
|
|
| 84 |
pytz==2022.6
|
| 85 |
pytz-deprecation-shim==0.1.0.post0
|
| 86 |
PyYAML==6.0.1
|
|
|
|
| 87 |
requests==2.28.1
|
| 88 |
requests-toolbelt==1.0.0
|
| 89 |
rich==12.6.0
|
| 90 |
rsa==4.9
|
|
|
|
| 91 |
scikit-video==1.1.11
|
| 92 |
scipy==1.9.3
|
| 93 |
seaborn==0.13.0
|
|
@@ -106,12 +111,14 @@ supervisely==6.72.147
|
|
| 106 |
sympy==1.12
|
| 107 |
tenacity==8.2.3
|
| 108 |
thop==0.1.1.post2209072238
|
|
|
|
| 109 |
toml==0.10.2
|
| 110 |
toolz==0.12.0
|
| 111 |
torch==2.0.1
|
| 112 |
torchvision==0.15.2
|
| 113 |
tornado==6.2
|
| 114 |
tqdm==4.64.1
|
|
|
|
| 115 |
trimesh==3.23.5
|
| 116 |
typing_extensions==4.8.0
|
| 117 |
tzdata==2022.6
|
|
@@ -119,7 +126,7 @@ tzlocal==4.2
|
|
| 119 |
ultralytics==8.0.191
|
| 120 |
uritemplate==4.1.1
|
| 121 |
urllib3==1.26.15
|
| 122 |
-
uvicorn
|
| 123 |
uvloop==0.17.0
|
| 124 |
validators==0.20.0
|
| 125 |
varname==0.11.2
|
|
|
|
| 21 |
entrypoints==0.4
|
| 22 |
exceptiongroup==1.1.3
|
| 23 |
executing==1.2.0
|
| 24 |
+
fastapi==0.99.1
|
| 25 |
ffmpeg-python==0.2.0
|
| 26 |
filelock==3.12.4
|
| 27 |
fonttools==4.38.0
|
| 28 |
+
fsspec==2024.3.1
|
| 29 |
future==0.18.3
|
| 30 |
gitdb==4.0.9
|
| 31 |
GitPython==3.1.29
|
|
|
|
| 38 |
h11==0.14.0
|
| 39 |
httplib2==0.21.0
|
| 40 |
httptools==0.6.0
|
| 41 |
+
huggingface-hub==0.22.2
|
| 42 |
idna==3.4
|
| 43 |
importlib-metadata==5.0.0
|
| 44 |
imutils==0.5.4
|
|
|
|
| 49 |
kiwisolver==1.4.4
|
| 50 |
MarkupSafe==2.1.1
|
| 51 |
matplotlib==3.8.0
|
| 52 |
+
mlx==0.12.0
|
| 53 |
mpmath==1.3.0
|
| 54 |
multidict==6.0.4
|
| 55 |
networkx==3.1
|
|
|
|
| 87 |
pytz==2022.6
|
| 88 |
pytz-deprecation-shim==0.1.0.post0
|
| 89 |
PyYAML==6.0.1
|
| 90 |
+
regex==2024.4.16
|
| 91 |
requests==2.28.1
|
| 92 |
requests-toolbelt==1.0.0
|
| 93 |
rich==12.6.0
|
| 94 |
rsa==4.9
|
| 95 |
+
safetensors==0.4.3
|
| 96 |
scikit-video==1.1.11
|
| 97 |
scipy==1.9.3
|
| 98 |
seaborn==0.13.0
|
|
|
|
| 111 |
sympy==1.12
|
| 112 |
tenacity==8.2.3
|
| 113 |
thop==0.1.1.post2209072238
|
| 114 |
+
tokenizers==0.19.1
|
| 115 |
toml==0.10.2
|
| 116 |
toolz==0.12.0
|
| 117 |
torch==2.0.1
|
| 118 |
torchvision==0.15.2
|
| 119 |
tornado==6.2
|
| 120 |
tqdm==4.64.1
|
| 121 |
+
transformers==4.40.1
|
| 122 |
trimesh==3.23.5
|
| 123 |
typing_extensions==4.8.0
|
| 124 |
tzdata==2022.6
|
|
|
|
| 126 |
ultralytics==8.0.191
|
| 127 |
uritemplate==4.1.1
|
| 128 |
urllib3==1.26.15
|
| 129 |
+
uvicorn==0.23.2
|
| 130 |
uvloop==0.17.0
|
| 131 |
validators==0.20.0
|
| 132 |
varname==0.11.2
|