Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 16, 2023
1 parent ea1ab7a commit f388e22
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy"]
build-backend = "scikit_build_core.build"


[project]
name = "mmtf_cppy"
version = "1.1.1"
Expand All @@ -29,6 +24,9 @@ dependencies = [
"msgpack"
]

[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy"]
build-backend = "scikit_build_core.build"

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

0 comments on commit f388e22

Please sign in to comment.