Skip to content

Commit 3b475c1

Browse files
committed
Scipy from main until release
1 parent 8ce5c51 commit 3b475c1

File tree

2 files changed

+249
-214
lines changed

2 files changed

+249
-214
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ dev-dependencies = [
6868
"ruff",
6969
]
7070

71+
[tool.uv.sources]
72+
scipy = { index = "scientific_python_nightly_wheels" }
73+
74+
[[tool.uv.index]]
75+
name = "scientific_python_nightly_wheels"
76+
url = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
77+
7178
[project.urls]
7279
homepage = "https://github.com/scikit-stats/scikit-stats"
7380
documentation = "https://github.com/scikit-stats/scikit-stats"
@@ -90,5 +97,5 @@ testpaths = [
9097
"tests",
9198
]
9299

93-
[tool.ruff.per-file-ignores]
100+
[tool.ruff.lint.per-file-ignores]
94101
"**/__init__.py" = ["F403", "F405"]

0 commit comments

Comments
 (0)