From 0fd685702b7a720e50323b1656e540b62da500aa Mon Sep 17 00:00:00 2001 From: memento Date: Sun, 21 Apr 2024 17:59:47 -0500 Subject: [PATCH] (fix) typo --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48dd35219..6f51b5839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ 'scikit-build-core>=0.9.0', 'hatchling', 'setuptools>=42.0.0', - 'cffi>=1.3.0, + 'cffi>=1.3.0', ] build-backend = 'hatchling.build' @@ -18,8 +18,7 @@ readme = {"file" = "README.md", "content-type" = "text/markdown"} requires-python = '>=3.8' dependencies = [ 'asn1crypto', - 'cffi>=1.3.0 ; python_version < "3.12"', - 'cffi>=1.15.1 ; python_version >= "3.12"', + 'cffi>=1.3.0', ] classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -86,6 +85,7 @@ exclude = [ ] [tool.hatch.build.targets.wheel.hooks.scikit-build] +dependencies = ['scikit-build-core>=0.9.0'] # --- scikit-build-core --- [tool.scikit-build]