Skip to content

Commit 4da7d7f

Browse files
committed
Revised maximum xarray version
1 parent 41d2632 commit 4da7d7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfapyx"
3-
version = "2025.11.05"
3+
version = "2025.11.18"
44
description = "The pure-Python implementation of the CF Aggregation conventions, including the Xarray engine to enable reading CFA-netCDF files."
55
authors = [
66
{name = "Daniel Westwood",email = "daniel.westwood@stfc.ac.uk"}
@@ -9,7 +9,7 @@ license = {text = "BSD 3"}
99
readme = "README.md"
1010
requires-python = ">=3.9,<4.0"
1111
dependencies = [
12-
"xarray (>=2024)",
12+
"xarray (>=2024, <2025.3.0)",
1313
"numpy (<=3.0.0)",
1414
"dask (>=2024)",
1515
"arraypartition (>=1.1.3,<2.0.0)",

0 commit comments

Comments
 (0)