mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 00:50:42 +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]
|
[project]
|
||||||
name = "slsdet"
|
name = "slsdet"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
dependencies = [
|
||||||
|
"numpy",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
before-all = "uname -a"
|
before-all = "uname -a"
|
||||||
|
build = "cp{311,312,313}-manylinux_x86_64"
|
||||||
|
|
||||||
[tool.scikit-build.build]
|
[tool.scikit-build.build]
|
||||||
verbose = true
|
verbose = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user