mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-02 08:00:41 +02:00
920/add numpy (#1226)
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 2s
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:
parent
93d9db31d0
commit
10f4dbe33c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user