Dev/add numpy (#1227)
All checks were successful
Build on RHEL9 / build (push) Successful in 3m25s
Build on RHEL8 / build (push) Successful in 4m54s

* added numpy dependency
* added build specifications for python version and platform
This commit is contained in:
2025-05-30 08:17:45 +02:00
committed by GitHub
parent cd0fb1b7bb
commit e77fd8d85d

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