From 286b7613d9d676618188116eb464d643c4f55d4e Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:41:48 -0400 Subject: [PATCH 1/2] PEP639 update to pyproject.toml --- pyproject.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61b35c648..a802bf9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core", "setuptools >= 63.0.0"] +requires = ["scikit-build-core", "setuptools >= 77.0.3"] build-backend = "scikit_build_core.setuptools.build_meta" [project] @@ -13,7 +13,8 @@ maintainers = [ ] requires-python = ">=3.9" readme = "README.md" -license = {file="LICENSE"} +license = "MIT" +license-files = ["LICENSE"] keywords = [ "gpu", "optimizers", @@ -25,8 +26,9 @@ keywords = [ classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", - "Environment :: GPU :: NVIDIA CUDA :: 11", + "Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8", "Environment :: GPU :: NVIDIA CUDA :: 12", + "Environment :: GPU :: NVIDIA CUDA :: 13", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: POSIX :: Linux", @@ -67,7 +69,7 @@ test = [ "einops~=0.8.0", "lion-pytorch==0.2.3", "pytest~=8.3", - "scipy>=1.11.4,<2; python_version >= '3.9'", + "scipy>=1.11.4,<2", "transformers>=4.30.1,<5" ] From 5519d0f0638a3dc7534808433d5260db309be1c4 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:00:23 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a802bf9c9..05b94c433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ keywords = [ ] classifiers = [ "Development Status :: 4 - Beta", - "License :: OSI Approved :: MIT License", "Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8", "Environment :: GPU :: NVIDIA CUDA :: 12", "Environment :: GPU :: NVIDIA CUDA :: 13",