Skip to content

Commit

Permalink
python version / dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 28, 2024
1 parent bdbf787 commit e344e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
requires = ["scikit-build-core"]
build-backend = "scikit_build_core.build"

[project]
Expand All @@ -13,7 +13,7 @@ authors = [
{ name = "Lars Gottesbüren", email = "[email protected]" },
{ name = "Nikolai Maas", email = "[email protected]" },
]
requires-python = ">=3.6"
requires-python = ">=3.7"

[tool.scikit-build]
wheel.license-files = ["LICENSE"]
Expand Down

0 comments on commit e344e06

Please sign in to comment.