@@ -11,8 +11,8 @@ keywords = [ "xarray" ]
1111license = { file = " LICENSE" }
1212
1313authors = [
14- { name = " Christopher H. Barker" , email = " chris.barker@noaa.gov" },
1514 { name = " Matthew Iannucci" , email = " matt.iannucci@tetratech.com" },
15+ { name = " Christopher H. Barker" , email = " chris.barker@noaa.gov" },
1616]
1717requires-python = " >=3.10"
1818classifiers = [
@@ -42,7 +42,6 @@ dependencies = [
4242]
4343
4444optional-dependencies.dev = [
45- " pooch" ,
4645 " pre-commit" ,
4746 " pytest" ,
4847 " pytest-cov" ,
@@ -146,9 +145,9 @@ myst-nb = "*"
146145[tool .pixi .feature .dev .tasks ]
147146lint = " ruff check tests xarray_subset_grid"
148147data = " python download_test_data.py"
149- test_cov = " pytest --cov=xarray_subset_grid tests"
150148test = { cmd = " pytest tests/" , depends-on = [ " data" ] }
151149test_all = { cmd = " pytest --online tests/" , depends-on = [ " data" ] }
150+ test_cov = " pytest --cov=xarray_subset_grid tests"
152151
153152[tool .pixi .feature .examples .dependencies ]
154153matplotlib = " *"
@@ -169,14 +168,3 @@ python = "~=3.13"
169168
170169[tool .pixi .feature .py314 .dependencies ]
171170python = " ~=3.14"
172- [tool .pixi .pypi-dependencies ]
173- xarray_subset_grid = { path = " ." , editable = true }
174-
175- [tool .pixi .system-requirements ]
176- macos = " 11.0"
177-
178- [tool .pixi .tasks ]
179-
180- [tool .pixi .workspace ]
181- channels = [ " conda-forge" ]
182- platforms = [ " linux-64" , " osx-arm64" , " osx-64" , " win-64" ]
0 commit comments