We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce5c51 commit 3b475c1Copy full SHA for 3b475c1
pyproject.toml
@@ -68,6 +68,13 @@ dev-dependencies = [
68
"ruff",
69
]
70
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
78
[project.urls]
79
homepage = "https://github.com/scikit-stats/scikit-stats"
80
documentation = "https://github.com/scikit-stats/scikit-stats"
@@ -90,5 +97,5 @@ testpaths = [
90
97
"tests",
91
98
92
99
93
-[tool.ruff.per-file-ignores]
100
+[tool.ruff.lint.per-file-ignores]
94
101
"**/__init__.py" = ["F403", "F405"]
0 commit comments