Unverified Commit 3bc432bf authored by Matthew Douglas's avatar Matthew Douglas Committed by GitHub
Browse files

Update pyproject.toml for PEP639, etc (#1771)

* PEP639 update to pyproject.toml

* Update pyproject.toml
parent 90f54199
[build-system] [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" build-backend = "scikit_build_core.setuptools.build_meta"
[project] [project]
...@@ -13,7 +13,8 @@ maintainers = [ ...@@ -13,7 +13,8 @@ maintainers = [
] ]
requires-python = ">=3.9" requires-python = ">=3.9"
readme = "README.md" readme = "README.md"
license = {file="LICENSE"} license = "MIT"
license-files = ["LICENSE"]
keywords = [ keywords = [
"gpu", "gpu",
"optimizers", "optimizers",
...@@ -24,9 +25,9 @@ keywords = [ ...@@ -24,9 +25,9 @@ keywords = [
] ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License", "Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8",
"Environment :: GPU :: NVIDIA CUDA :: 11",
"Environment :: GPU :: NVIDIA CUDA :: 12", "Environment :: GPU :: NVIDIA CUDA :: 12",
"Environment :: GPU :: NVIDIA CUDA :: 13",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
...@@ -67,7 +68,7 @@ test = [ ...@@ -67,7 +68,7 @@ test = [
"einops~=0.8.0", "einops~=0.8.0",
"lion-pytorch==0.2.3", "lion-pytorch==0.2.3",
"pytest~=8.3", "pytest~=8.3",
"scipy>=1.11.4,<2; python_version >= '3.9'", "scipy>=1.11.4,<2",
"transformers>=4.30.1,<5" "transformers>=4.30.1,<5"
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment