Skip to content

Commit e4f01e3

Browse files
committed
Update pinned dependencies
1 parent 4794980 commit e4f01e3

File tree

4 files changed

+78
-72
lines changed

4 files changed

+78
-72
lines changed

continuous-integration/requirements-3.11.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.11.txt ./pyproject.toml
5+
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.11.txt --unsafe-package=emsarray pyproject.toml
66
#
77
bokeh==3.6.2
88
# via dask
@@ -49,7 +49,7 @@ distributed==2025.1.0
4949
# via dask
5050
flake8==7.1.1
5151
# via emsarray (pyproject.toml)
52-
fonttools==4.55.3
52+
fonttools==4.55.4
5353
# via matplotlib
5454
fsspec==2024.12.0
5555
# via dask
@@ -217,7 +217,7 @@ types-pytz==2024.2.0.20241221
217217
# pandas-stubs
218218
typing-extensions==4.12.2
219219
# via mypy
220-
tzdata==2024.2
220+
tzdata==2025.1
221221
# via pandas
222222
urllib3==2.3.0
223223
# via
@@ -233,3 +233,6 @@ zict==3.0.0
233233
# via distributed
234234
zipp==3.21.0
235235
# via importlib-metadata
236+
237+
# The following packages are considered to be unsafe in a requirements file:
238+
# emsarray

continuous-integration/requirements-3.12.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.12.txt ./pyproject.toml
5+
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.12.txt --unsafe-package=emsarray pyproject.toml
66
#
77
bokeh==3.6.2
88
# via dask
@@ -49,7 +49,7 @@ distributed==2025.1.0
4949
# via dask
5050
flake8==7.1.1
5151
# via emsarray (pyproject.toml)
52-
fonttools==4.55.3
52+
fonttools==4.55.4
5353
# via matplotlib
5454
fsspec==2024.12.0
5555
# via dask
@@ -215,7 +215,7 @@ types-pytz==2024.2.0.20241221
215215
# pandas-stubs
216216
typing-extensions==4.12.2
217217
# via mypy
218-
tzdata==2024.2
218+
tzdata==2025.1
219219
# via pandas
220220
urllib3==2.3.0
221221
# via
@@ -229,3 +229,6 @@ xyzservices==2025.1.0
229229
# via bokeh
230230
zict==3.0.0
231231
# via distributed
232+
233+
# The following packages are considered to be unsafe in a requirements file:
234+
# emsarray

continuous-integration/requirements-3.13.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.13.txt ./pyproject.toml
5+
# pip-compile --extra=testing --output-file=./continuous-integration/requirements-3.13.txt --unsafe-package=emsarray pyproject.toml
66
#
77
bokeh==3.6.2
88
# via dask
@@ -49,7 +49,7 @@ distributed==2025.1.0
4949
# via dask
5050
flake8==7.1.1
5151
# via emsarray (pyproject.toml)
52-
fonttools==4.55.3
52+
fonttools==4.55.4
5353
# via matplotlib
5454
fsspec==2024.12.0
5555
# via dask
@@ -215,7 +215,7 @@ types-pytz==2024.2.0.20241221
215215
# pandas-stubs
216216
typing-extensions==4.12.2
217217
# via mypy
218-
tzdata==2024.2
218+
tzdata==2025.1
219219
# via pandas
220220
urllib3==2.3.0
221221
# via
@@ -229,3 +229,6 @@ xyzservices==2025.1.0
229229
# via bokeh
230230
zict==3.0.0
231231
# via distributed
232+
233+
# The following packages are considered to be unsafe in a requirements file:
234+
# emsarray

continuous-integration/requirements-minimum.txt

Lines changed: 60 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,87 +2,82 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --extra=complete --output-file=continuous-integration/requirements-minimum.txt pyproject.toml
5+
# pip-compile --extra=complete --output-file=./continuous-integration/requirements-minimum.txt --strip-extras --unsafe-package=certifi --unsafe-package=emsarray --unsafe-package=pytz --unsafe-package=tzdata pyproject.toml
66
#
7-
bokeh==3.4.0
7+
bokeh~=3.4.3
88
# via dask
9-
bottleneck==1.4.2
9+
bottleneck~=1.3.8
1010
# via
1111
# emsarray
1212
# emsarray (pyproject.toml)
13-
cartopy==0.24.1
13+
cartopy~=0.22.0
1414
# via emsarray
15-
certifi==2024.12.14
16-
# via
17-
# netcdf4
18-
# pyproj
19-
# requests
20-
cftime==1.6.4.post1
15+
cftime~=1.6.4.post1
2116
# via
2217
# cfunits
2318
# netcdf4
24-
cfunits==3.3.7
19+
cfunits~=3.3.7
2520
# via emsarray
26-
charset-normalizer==3.3.0
21+
charset-normalizer~=3.3.2
2722
# via requests
28-
click==8.1.8
23+
click~=8.1.8
2924
# via
3025
# dask
3126
# distributed
32-
cloudpickle==3.0.0
27+
cloudpickle~=3.0.0
3328
# via
3429
# dask
3530
# distributed
36-
contourpy==1.2.0
31+
contourpy~=1.2.1
3732
# via
3833
# bokeh
3934
# matplotlib
40-
cycler==0.12.0
35+
cycler~=0.12.1
4136
# via matplotlib
42-
dask[array,complete,dataframe,diagnostics,distributed]==2024.1.0
37+
dask~=2024.1.1
4338
# via
4439
# distributed
4540
# xarray
46-
distributed==2024.1.0
41+
distributed~=2024.1.1
4742
# via dask
48-
fonttools==4.47.0
43+
fonttools~=4.47.2
4944
# via matplotlib
50-
fsspec==2023.12.0
45+
fsspec~=2023.12.2
5146
# via dask
52-
geojson==3.1.0
47+
geojson~=3.1.0
5348
# via
5449
# emsarray
5550
# emsarray (pyproject.toml)
56-
idna==3.6
51+
idna~=3.6
5752
# via requests
58-
importlib-metadata==7.0.0
53+
importlib-metadata~=7.0.2
5954
# via dask
60-
jinja2==3.1.5
55+
jinja2~=3.1.5
6156
# via
6257
# bokeh
6358
# dask
6459
# distributed
65-
kiwisolver==1.4.8
60+
kiwisolver~=1.4.8
6661
# via matplotlib
67-
locket==1.0.0
62+
locket~=1.0.0
6863
# via
6964
# distributed
7065
# partd
71-
lz4==4.3.3
66+
lz4~=4.3.3
7267
# via dask
73-
markupsafe==3.0.2
68+
markupsafe~=2.1.5
7469
# via jinja2
75-
matplotlib==3.10.0
70+
matplotlib~=3.8.4
7671
# via
7772
# cartopy
7873
# emsarray
79-
msgpack==1.1.0
74+
msgpack~=1.0.8
8075
# via distributed
81-
netcdf4==1.7.2
76+
netcdf4~=1.6.5
8277
# via
8378
# emsarray
8479
# emsarray (pyproject.toml)
85-
numpy==1.25.0
80+
numpy~=1.25.2
8681
# via
8782
# bokeh
8883
# bottleneck
@@ -100,7 +95,7 @@ numpy==1.25.0
10095
# pykdtree
10196
# shapely
10297
# xarray
103-
packaging==23.2
98+
packaging~=23.2
10499
# via
105100
# bokeh
106101
# cartopy
@@ -112,84 +107,86 @@ packaging==23.2
112107
# matplotlib
113108
# pooch
114109
# xarray
115-
pandas==2.2.0
110+
pandas~=2.2.3
116111
# via
117112
# bokeh
118113
# dask
119114
# xarray
120-
partd==1.4.2
115+
partd~=1.4.2
121116
# via dask
122-
pillow==10.2.0
117+
pillow~=10.2.0
123118
# via
124119
# bokeh
125120
# matplotlib
126-
platformdirs==4.1.0
121+
platformdirs~=4.1.0
127122
# via pooch
128-
pooch==1.8.0
123+
pooch~=1.8.2
129124
# via emsarray
130-
psutil==6.1.1
125+
psutil~=5.9.8
131126
# via distributed
132-
pyarrow==14.0.0
127+
pyarrow~=15.0.2
133128
# via dask
134-
pyarrow-hotfix==0.6
129+
pyarrow-hotfix~=0.6
135130
# via dask
136-
pykdtree==1.3.13
131+
pykdtree~=1.3.13
137132
# via emsarray
138-
pyparsing==3.2.1
133+
pyparsing~=3.1.4
139134
# via matplotlib
140-
pyproj==3.7.0
135+
pyproj~=3.6.1
141136
# via cartopy
142-
pyshp==2.3.1
137+
pyshp~=2.3.1
143138
# via
144139
# cartopy
145140
# emsarray
146141
# emsarray (pyproject.toml)
147-
python-dateutil==2.9.0.post0
142+
python-dateutil~=2.8.2
148143
# via
149144
# matplotlib
150145
# pandas
151-
pytz==2024.2
152-
# via pandas
153-
pyyaml==6.0.2
146+
pyyaml~=6.0.2
154147
# via
155148
# bokeh
156149
# dask
157150
# distributed
158-
requests==2.32.3
151+
requests~=2.31.0
159152
# via pooch
160-
shapely==2.0.6
153+
shapely~=2.0.6
161154
# via
162155
# cartopy
163156
# emsarray
164157
# emsarray (pyproject.toml)
165-
six==1.17.0
158+
six~=1.16.0
166159
# via python-dateutil
167-
sortedcontainers==2.4.0
160+
sortedcontainers~=2.4.0
168161
# via distributed
169-
tblib==3.0.0
162+
tblib~=3.0.0
170163
# via distributed
171-
toolz==1.0.0
164+
toolz~=0.12.1
172165
# via
173166
# dask
174167
# distributed
175168
# partd
176-
tornado==6.4
169+
tornado~=6.4.2
177170
# via
178171
# bokeh
179172
# distributed
180-
tzdata==2024.2
181-
# via pandas
182-
urllib3==2.1.0
173+
urllib3~=2.1.0
183174
# via
184175
# distributed
185176
# requests
186-
xarray[parallel]==2024.1.0
177+
xarray~=2024.1.1
187178
# via
188179
# emsarray
189180
# emsarray (pyproject.toml)
190-
xyzservices==2023.10.0
181+
xyzservices~=2023.10.1
191182
# via bokeh
192-
zict==3.0.0
183+
zict~=3.0.0
193184
# via distributed
194-
zipp==3.17.0
185+
zipp~=3.17.0
195186
# via importlib-metadata
187+
188+
# The following packages are considered to be unsafe in a requirements file:
189+
# certifi
190+
# emsarray
191+
# pytz
192+
# tzdata

0 commit comments

Comments
 (0)