Skip to content

Commit 6ef3c07

Browse files
committed
disallow xr v2025.06.0
1 parent 0be8ba4 commit 6ef3c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
]
23-
dependencies=['yt>=4.2.0', 'h5py>=3.4.0', 'pooch>=1.5.1', 'xarray']
23+
dependencies=['yt>=4.2.0', 'h5py>=3.4.0', 'pooch>=1.5.1', 'xarray!=v2025.06.0']
2424
dynamic = ["version"]
2525

2626
[project.urls]

0 commit comments

Comments
 (0)