920/add numpy (#1226)
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 2s

* added numpy dependency
* added build specifications for python version and platform
This commit is contained in:
mazzol_a 2025-05-30 08:17:25 +02:00 committed by GitHub
parent 93d9db31d0
commit 10f4dbe33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,13 @@ build-backend = "scikit_build_core.build"
[project]
name = "slsdet"
dynamic = ["version"]
dependencies = [
"numpy",
]
[tool.cibuildwheel]
before-all = "uname -a"
build = "cp{311,312,313}-manylinux_x86_64"
[tool.scikit-build.build]
verbose = true