Skip to content

Commit 8b9d3dd

Browse files
committed
Added pixi/uv to coveragerc, updated pixi python
1 parent b05d7c9 commit 8b9d3dd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[run]
2+
omit =
3+
.venv/*
4+
.pixi/*

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.pytest_cache
88
LOG*
99
PID
10-
.coverage*
10+
.coverage
1111
coverage.json
1212
coverage.stumpy.json
1313
dask-worker-space

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Homepage = "https://github.com/stumpy-dev/stumpy"
6262
Documentation = "https://stumpy.readthedocs.io/en/latest/"
6363
Repository = "https://github.com/stumpy-dev/stumpy"
6464

65-
[tool.pixi.project]
65+
[tool.pixi.workspace]
6666
channels = ["conda-forge"]
6767
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
6868

6969
[tool.pixi.dependencies]
7070
# All Conda dependencies.
7171
# Ignores PyPI [dependencies] and [project.optional-dependencies] above
72-
python = "==3.10"
72+
python = ">=3.10"
7373
numpy = ">=1.24"
7474
scipy = ">=1.10"
7575
numba = ">=0.61.2"

0 commit comments

Comments
 (0)