Spaces:
Sleeping
Sleeping
David Vaillant
commited on
Commit
·
ad5b6f1
1
Parent(s):
7fe2d10
ugh
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
affine==2.4.0
|
2 |
aniso8601==9.0.1
|
3 |
annotated-types==0.6.0
|
@@ -37,12 +38,14 @@ fsspec==2024.3.1
|
|
37 |
gdown==5.1.0
|
38 |
geojson==3.1.0
|
39 |
geopandas==0.14.4
|
|
|
40 |
h11==0.14.0
|
41 |
htmltools==0.5.1
|
42 |
httpcore==1.0.5
|
43 |
httpx==0.27.0
|
44 |
huggingface-hub==0.23.0
|
45 |
idna==3.7
|
|
|
46 |
importlib_resources==6.4.0
|
47 |
ipyevents==2.0.2
|
48 |
ipyfilechooser==0.6.0
|
@@ -79,6 +82,7 @@ parso==0.8.4
|
|
79 |
patool==2.2.0
|
80 |
pexpect==4.9.0
|
81 |
pillow==10.3.0
|
|
|
82 |
plotly==5.22.0
|
83 |
prompt-toolkit==3.0.36
|
84 |
ptyprocess==0.7.0
|
@@ -120,10 +124,12 @@ snuggs==1.4.7
|
|
120 |
soupsieve==2.5
|
121 |
stack-data==0.6.3
|
122 |
starlette==0.37.2
|
|
|
123 |
sympy==1.12
|
124 |
tenacity==8.2.3
|
125 |
timm==0.9.16
|
126 |
tokenizers==0.19.1
|
|
|
127 |
torch==2.3.0
|
128 |
torchvision==0.18.0
|
129 |
tqdm==4.66.4
|
@@ -143,3 +149,5 @@ whitebox==2.3.1
|
|
143 |
whiteboxgui==2.3.0
|
144 |
widgetsnbextension==4.0.10
|
145 |
xyzservices==2024.4.0
|
|
|
|
|
|
1 |
+
addict==2.4.0
|
2 |
affine==2.4.0
|
3 |
aniso8601==9.0.1
|
4 |
annotated-types==0.6.0
|
|
|
38 |
gdown==5.1.0
|
39 |
geojson==3.1.0
|
40 |
geopandas==0.14.4
|
41 |
+
groundingdino-py==0.4.0
|
42 |
h11==0.14.0
|
43 |
htmltools==0.5.1
|
44 |
httpcore==1.0.5
|
45 |
httpx==0.27.0
|
46 |
huggingface-hub==0.23.0
|
47 |
idna==3.7
|
48 |
+
importlib_metadata==7.1.0
|
49 |
importlib_resources==6.4.0
|
50 |
ipyevents==2.0.2
|
51 |
ipyfilechooser==0.6.0
|
|
|
82 |
patool==2.2.0
|
83 |
pexpect==4.9.0
|
84 |
pillow==10.3.0
|
85 |
+
platformdirs==4.2.1
|
86 |
plotly==5.22.0
|
87 |
prompt-toolkit==3.0.36
|
88 |
ptyprocess==0.7.0
|
|
|
124 |
soupsieve==2.5
|
125 |
stack-data==0.6.3
|
126 |
starlette==0.37.2
|
127 |
+
supervision==0.6.0
|
128 |
sympy==1.12
|
129 |
tenacity==8.2.3
|
130 |
timm==0.9.16
|
131 |
tokenizers==0.19.1
|
132 |
+
tomli==2.0.1
|
133 |
torch==2.3.0
|
134 |
torchvision==0.18.0
|
135 |
tqdm==4.66.4
|
|
|
149 |
whiteboxgui==2.3.0
|
150 |
widgetsnbextension==4.0.10
|
151 |
xyzservices==2024.4.0
|
152 |
+
yapf==0.40.2
|
153 |
+
zipp==3.18.1
|