Skip to content

Commit 4d11550

Browse files
committed
chore: numpy for 3.13
Signed-off-by: Henry Schreiner <[email protected]>
1 parent be0b991 commit 4d11550

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test-meta = [
7070
"setuptools-scm",
7171
]
7272
test-numpy = [
73-
"numpy; python_version<'3.13' and platform_python_implementation!='PyPy'",
73+
"numpy; python_version<'3.14' and platform_python_implementation!='PyPy'",
7474
"numpy~=1.24.0; python_version=='3.8' and platform_python_implementation=='PyPy'",
7575
"numpy~=2.0.0; python_version=='3.9' and platform_python_implementation=='PyPy'",
7676
]
@@ -127,7 +127,6 @@ build.hooks.vcs.version-file = "src/scikit_build_core/_version.py"
127127

128128
[tool.uv]
129129
dev-dependencies = ["scikit-build-core[test,test-hatchling,test-meta,test-numpy,test-schema,cov,dev]"]
130-
pip.reinstall-package = ["scikit-build-core"]
131130
workspace.members = ["tmp/hello/hello"]
132131

133132

0 commit comments

Comments
 (0)