David Vaillant commited on
Commit
d2bfb9c
1 Parent(s): eb7427d

Should fix the dependencies.

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +23 -37
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.11
2
 
3
  WORKDIR /code
4
 
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- addict==2.4.0
2
  affine==2.4.0
3
  aniso8601==9.0.1
4
  annotated-types==0.6.0
5
  anyio==4.3.0
6
- appnope==0.1.4
 
7
  asttokens==2.4.1
8
  attrs==23.2.0
9
  beautifulsoup4==4.12.3
@@ -12,7 +12,6 @@ bqplot==0.12.43
12
  branca==0.7.2
13
  cachelib==0.9.0
14
  cachetools==5.3.3
15
- centerline==1.1.0
16
  certifi==2024.2.2
17
  charset-normalizer==3.3.2
18
  click==8.1.7
@@ -23,37 +22,32 @@ colour==0.1.5
23
  comm==0.2.2
24
  contourpy==1.2.1
25
  cycler==0.12.1
26
- debugpy==1.8.1
27
  decorator==5.1.1
28
  duckdb==0.10.2
29
- exceptiongroup==1.2.1
30
  executing==2.0.1
31
  filelock==3.14.0
32
  fiona==1.9.6
33
  Flask==3.0.3
34
- Flask-Caching==2.2.0
35
- Flask-Cors==4.0.0
36
  flask-restx==1.3.0
37
  folium==0.16.0
38
  fonttools==4.51.0
39
  fsspec==2024.3.1
40
- GDAL==3.6.2
41
  gdown==5.1.0
42
  geojson==3.1.0
43
  geopandas==0.14.4
44
- groundingdino-py==0.4.0
45
  h11==0.14.0
 
46
  httpcore==1.0.5
47
  httpx==0.27.0
48
  huggingface-hub==0.23.0
49
  idna==3.7
50
- importlib_metadata==7.1.0
51
  importlib_resources==6.4.0
52
  ipyevents==2.0.2
53
  ipyfilechooser==0.6.0
54
- ipykernel==6.29.4
55
  ipyleaflet==0.19.0
56
- ipython==8.24.0
57
  ipytree==0.2.2
58
  ipywidgets==8.1.2
59
  itsdangerous==2.2.0
@@ -62,22 +56,22 @@ Jinja2==3.1.3
62
  jsonschema==4.22.0
63
  jsonschema-specifications==2023.12.1
64
  jupyter-leaflet==0.19.0
65
- jupyter_client==8.6.1
66
- jupyter_core==5.7.2
67
  jupyterlab_widgets==3.0.10
68
  kiwisolver==1.4.5
69
  leafmap==0.31.9
 
70
  localtileserver==0.10.2
 
71
  MarkupSafe==2.1.5
72
  matplotlib==3.8.4
73
  matplotlib-inline==0.1.7
 
 
74
  morecantile==5.3.0
75
  mpmath==1.3.0
76
- nest-asyncio==1.6.0
77
  networkx==3.3
78
  numexpr==2.10.0
79
  numpy==1.26.4
80
- opencv-python==4.9.0.80
81
  opencv-python-headless==4.9.0.80
82
  packaging==24.0
83
  pandas==2.2.2
@@ -85,72 +79,64 @@ parso==0.8.4
85
  patool==2.2.0
86
  pexpect==4.9.0
87
  pillow==10.3.0
88
- platformdirs==4.2.1
89
  plotly==5.22.0
90
- prompt-toolkit==3.0.43
91
- psutil==5.9.8
92
  ptyprocess==0.7.0
93
  pure-eval==0.2.2
94
  pycocotools==2.0.7
95
  pydantic==2.7.1
96
  pydantic_core==2.18.2
97
- Pygments==2.17.2
98
  pyparsing==3.1.2
99
  pyproj==3.6.1
100
  pyshp==2.3.1
101
  PySocks==1.7.1
102
- pystac==1.10.0
103
  pystac-client==0.7.7
104
  python-box==7.1.1
105
  python-dateutil==2.9.0.post0
106
- python-dotenv==1.0.1
107
  pytz==2024.1
108
  PyYAML==6.0.1
109
- pyzmq==26.0.3
110
  rasterio==1.3.10
111
  referencing==0.35.1
112
- regex==2024.4.28
113
  requests==2.31.0
114
  rio-cogeo==5.3.0
115
- rio-tiler==6.4.7
116
  rpds-py==0.18.0
117
  safetensors==0.4.3
118
- scipy==1.13.0
119
- scooby==0.9.2
120
  segment-anything-hq==0.3
121
  segment-anything-py==1.0
122
  segment-geospatial==0.10.5
123
  server-thread==0.2.0
124
  shapely==2.0.4
 
125
  six==1.16.0
126
  sniffio==1.3.1
127
  snuggs==1.4.7
128
  soupsieve==2.5
129
  stack-data==0.6.3
130
- supervision==0.6.0
131
  sympy==1.12
132
  tenacity==8.2.3
133
  timm==0.9.16
134
- tokenizers==0.19.1
135
- tomli==2.0.1
136
  torch==2.3.0
137
  torchvision==0.18.0
138
- tornado==6.4
139
- tqdm==4.66.3
140
  traitlets==5.14.3
141
  traittypes==0.2.1
142
- transformers==4.40.1
143
  typing_extensions==4.11.0
144
  tzdata==2024.1
 
145
  urllib3==2.2.1
146
  uvicorn==0.29.0
 
147
  wcwidth==0.2.13
 
148
  Werkzeug==3.0.2
149
  whitebox==2.3.1
150
  whiteboxgui==2.3.0
151
  widgetsnbextension==4.0.10
152
- xarray==2024.3.0
153
  xyzservices==2024.4.0
154
- yapf==0.40.2
155
- zipp==3.18.1
156
- shiny
 
 
1
  affine==2.4.0
2
  aniso8601==9.0.1
3
  annotated-types==0.6.0
4
  anyio==4.3.0
5
+ appdirs==1.4.4
6
+ asgiref==3.8.1
7
  asttokens==2.4.1
8
  attrs==23.2.0
9
  beautifulsoup4==4.12.3
 
12
  branca==0.7.2
13
  cachelib==0.9.0
14
  cachetools==5.3.3
 
15
  certifi==2024.2.2
16
  charset-normalizer==3.3.2
17
  click==8.1.7
 
22
  comm==0.2.2
23
  contourpy==1.2.1
24
  cycler==0.12.1
 
25
  decorator==5.1.1
26
  duckdb==0.10.2
 
27
  executing==2.0.1
28
  filelock==3.14.0
29
  fiona==1.9.6
30
  Flask==3.0.3
31
+ Flask-Caching==2.3.0
32
+ Flask-Cors==4.0.1
33
  flask-restx==1.3.0
34
  folium==0.16.0
35
  fonttools==4.51.0
36
  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
 
49
  ipyleaflet==0.19.0
50
+ ipython==8.18.0
51
  ipytree==0.2.2
52
  ipywidgets==8.1.2
53
  itsdangerous==2.2.0
 
56
  jsonschema==4.22.0
57
  jsonschema-specifications==2023.12.1
58
  jupyter-leaflet==0.19.0
 
 
59
  jupyterlab_widgets==3.0.10
60
  kiwisolver==1.4.5
61
  leafmap==0.31.9
62
+ linkify-it-py==2.0.3
63
  localtileserver==0.10.2
64
+ markdown-it-py==3.0.0
65
  MarkupSafe==2.1.5
66
  matplotlib==3.8.4
67
  matplotlib-inline==0.1.7
68
+ mdit-py-plugins==0.4.0
69
+ mdurl==0.1.2
70
  morecantile==5.3.0
71
  mpmath==1.3.0
 
72
  networkx==3.3
73
  numexpr==2.10.0
74
  numpy==1.26.4
 
75
  opencv-python-headless==4.9.0.80
76
  packaging==24.0
77
  pandas==2.2.2
 
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
85
  pure-eval==0.2.2
86
  pycocotools==2.0.7
87
  pydantic==2.7.1
88
  pydantic_core==2.18.2
89
+ Pygments==2.18.0
90
  pyparsing==3.1.2
91
  pyproj==3.6.1
92
  pyshp==2.3.1
93
  PySocks==1.7.1
94
+ pystac==1.10.1
95
  pystac-client==0.7.7
96
  python-box==7.1.1
97
  python-dateutil==2.9.0.post0
98
+ python-multipart==0.0.9
99
  pytz==2024.1
100
  PyYAML==6.0.1
101
+ questionary==2.0.1
102
  rasterio==1.3.10
103
  referencing==0.35.1
 
104
  requests==2.31.0
105
  rio-cogeo==5.3.0
106
+ rio-tiler==6.5.0
107
  rpds-py==0.18.0
108
  safetensors==0.4.3
109
+ scooby==0.10.0
 
110
  segment-anything-hq==0.3
111
  segment-anything-py==1.0
112
  segment-geospatial==0.10.5
113
  server-thread==0.2.0
114
  shapely==2.0.4
115
+ shiny==0.9.0
116
  six==1.16.0
117
  sniffio==1.3.1
118
  snuggs==1.4.7
119
  soupsieve==2.5
120
  stack-data==0.6.3
121
+ starlette==0.37.2
122
  sympy==1.12
123
  tenacity==8.2.3
124
  timm==0.9.16
 
 
125
  torch==2.3.0
126
  torchvision==0.18.0
127
+ tqdm==4.66.4
 
128
  traitlets==5.14.3
129
  traittypes==0.2.1
 
130
  typing_extensions==4.11.0
131
  tzdata==2024.1
132
+ uc-micro-py==1.0.3
133
  urllib3==2.2.1
134
  uvicorn==0.29.0
135
+ watchfiles==0.21.0
136
  wcwidth==0.2.13
137
+ websockets==12.0
138
  Werkzeug==3.0.2
139
  whitebox==2.3.1
140
  whiteboxgui==2.3.0
141
  widgetsnbextension==4.0.10
 
142
  xyzservices==2024.4.0