Skip to content

Commit

Permalink
searching for solution to cmake ubuntu problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarnier committed May 18, 2024
1 parent e4b1179 commit 30453af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ requires = [
"cibuildwheel",
"wheel",
"build",
"pydantic"
]
build-backend = "scikit_build_core.build"

Expand All @@ -30,9 +29,16 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

dependencies = [
"numpy >=1.21",
"pydantic >=2.7"
]

[project.optional-dependencies]
test = ["pytest"]
wheels = ["cmake", "ninja; sys_platform!='win32'"]
dev = ["scikit-build-core", "cibuildwheel", "wheel", "build",
"numpy", "pybind11"]

[tool.scikit-build]
wheel.expand-macos-universal-tags = true
Expand Down

0 comments on commit 30453af

Please sign in to comment.