Skip to content

Commit 380f833

Browse files
committed
Remove cftime as test dep
1 parent 2412bd1 commit 380f833

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pixi.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pyarrow = "*"
275275
distributed = { git = "https://github.com/dask/distributed" }
276276
zarr = { git = "https://github.com/zarr-developers/zarr-python" }
277277
numcodecs = { git = "https://github.com/zarr-developers/numcodecs" }
278-
# cftime = { git = "https://github.com/Unidata/cftime"} # TODO: Enable once this is removed as a test dep
278+
cftime = { git = "https://github.com/Unidata/cftime" }
279279
# packaging = { git = "https://github.com/pypa/packaging"} #? Pixi warns if this is enabled
280280
pint = { git = "https://github.com/hgrecco/pint" }
281281
bottleneck = { git = "https://github.com/pydata/bottleneck" }
@@ -298,7 +298,6 @@ pytest-timeout = "*"
298298
pytest-xdist = "*"
299299
pytz = "*"
300300
hypothesis = "*"
301-
cftime = "*" # https://github.com/pydata/xarray/pull/10888#issuecomment-3481432315
302301
coveralls = "*"
303302

304303
[feature.test.tasks]

0 commit comments

Comments
 (0)