Skip to content

Commit 01ed055

Browse files
committed
cfdm version
1 parent 943664e commit 01ed055

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
)
200200

201201
# Check the version of cfdm
202-
_minimum_vn = "1.11.0.0b1"
202+
_minimum_vn = "1.11.0.0"
203203
_maximum_vn = "1.11.1.0"
204204
_cfdm_version = Version(cfdm.__version__)
205205
if not Version(_minimum_vn) <= _cfdm_version < Version(_maximum_vn):

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Required
203203

204204
* `scipy <https://pypi.org/project/scipy>`_, version 1.10.0 or newer.
205205

206-
* `cfdm <https://pypi.org/project/cfdm/>`_, version 1.10.1.2 or up to,
207-
but not including, 1.10.2.0.
206+
* `cfdm <https://pypi.org/project/cfdm/>`_, version 1.11.0.0 or up to,
207+
but not including, 1.11.1.0.
208208

209209
* `cfunits <https://pypi.org/project/cfunits/>`_, version 3.3.6 or newer.
210210

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
netCDF4>=1.5.4
22
cftime>=1.6.2
33
numpy>=1.22
4-
cfdm>=1.11.0.0b1, <1.11.1.0
4+
cfdm>=1.11.0.0, <1.11.1.0
55
psutil>=0.6.0
66
cfunits>=3.3.6
77
dask>=2022.12.1

0 commit comments

Comments
 (0)