Skip to content

Commit b3c01e6

Browse files
committed
final pyproject shuffle
1 parent cb88b3b commit b3c01e6

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ keywords = [ "xarray" ]
1111
license = { file = "LICENSE" }
1212

1313
authors = [
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
]
1717
requires-python = ">=3.10"
1818
classifiers = [
@@ -42,7 +42,6 @@ dependencies = [
4242
]
4343

4444
optional-dependencies.dev = [
45-
"pooch",
4645
"pre-commit",
4746
"pytest",
4847
"pytest-cov",
@@ -146,9 +145,9 @@ myst-nb = "*"
146145
[tool.pixi.feature.dev.tasks]
147146
lint = "ruff check tests xarray_subset_grid"
148147
data = "python download_test_data.py"
149-
test_cov = "pytest --cov=xarray_subset_grid tests"
150148
test = { cmd = "pytest tests/", depends-on = [ "data" ] }
151149
test_all = { cmd = "pytest --online tests/", depends-on = [ "data" ] }
150+
test_cov = "pytest --cov=xarray_subset_grid tests"
152151

153152
[tool.pixi.feature.examples.dependencies]
154153
matplotlib = "*"
@@ -169,14 +168,3 @@ python = "~=3.13"
169168

170169
[tool.pixi.feature.py314.dependencies]
171170
python = "~=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

Comments
 (0)