File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ pyarrow = "*"
275275distributed = { git = " https://github.com/dask/distributed" }
276276zarr = { git = " https://github.com/zarr-developers/zarr-python" }
277277numcodecs = { 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
280280pint = { git = " https://github.com/hgrecco/pint" }
281281bottleneck = { git = " https://github.com/pydata/bottleneck" }
@@ -298,7 +298,6 @@ pytest-timeout = "*"
298298pytest-xdist = " *"
299299pytz = " *"
300300hypothesis = " *"
301- cftime = " *" # https://github.com/pydata/xarray/pull/10888#issuecomment-3481432315
302301coveralls = " *"
303302
304303[feature .test .tasks ]
You can’t perform that action at this time.
0 commit comments