11[project ]
22authors = [
3- {name = " xarray Developers" , email = " xarray@googlegroups.com" },
3+ { name = " xarray Developers" , email = " xarray@googlegroups.com" },
44]
55classifiers = [
66 " Development Status :: 5 - Production/Stable" ,
@@ -16,7 +16,7 @@ classifiers = [
1616]
1717description = " N-D labeled arrays and datasets in Python"
1818dynamic = [" version" ]
19- license = {text = " Apache-2.0" }
19+ license = { text = " Apache-2.0" }
2020name = " xarray"
2121readme = " README.md"
2222requires-python = " >=3.10"
@@ -50,7 +50,16 @@ dev = [
5050 " sphinx_autosummary_accessors" ,
5151 " xarray[complete]" ,
5252]
53- io = [" netCDF4" , " h5netcdf" , " scipy" , ' pydap; python_version<"3.10"' , " zarr" , " fsspec" , " cftime" , " pooch" ]
53+ io = [
54+ " netCDF4" ,
55+ " h5netcdf" ,
56+ " scipy" ,
57+ ' pydap; python_version<"3.10"' ,
58+ " zarr" ,
59+ " fsspec" ,
60+ " cftime" ,
61+ " pooch" ,
62+ ]
5463etc = [" sparse" ]
5564parallel = [" dask[complete]" ]
5665viz = [" cartopy" , " matplotlib" , " nc-time-axis" , " seaborn" ]
@@ -249,7 +258,7 @@ extend-select = [
249258 " RUF" ,
250259]
251260extend-safe-fixes = [
252- " TID252" , # absolute imports
261+ " TID252" , # absolute imports
253262]
254263ignore = [
255264 " E402" , # module level import not at top of file
@@ -327,7 +336,9 @@ filterwarnings = [
327336 " default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable" ,
328337 " default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning" ,
329338 " default:Duplicate dimension names present:UserWarning:xarray.namedarray.core" ,
330- " default:::xarray.tests.test_strategies" , # TODO: remove once we know how to deal with a changed signature in protocols
339+
340+ # TODO: remove once we know how to deal with a changed signature in protocols
341+ " default:::xarray.tests.test_strategies" ,
331342]
332343
333344log_cli_level = " INFO"
0 commit comments