Skip to content

Commit 3bc432b

Browse files
Update pyproject.toml for PEP639, etc (#1771)
* PEP639 update to pyproject.toml * Update pyproject.toml
1 parent 90f5419 commit 3bc432b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core", "setuptools >= 63.0.0"]
2+
requires = ["scikit-build-core", "setuptools >= 77.0.3"]
33
build-backend = "scikit_build_core.setuptools.build_meta"
44

55
[project]
@@ -13,7 +13,8 @@ maintainers = [
1313
]
1414
requires-python = ">=3.9"
1515
readme = "README.md"
16-
license = {file="LICENSE"}
16+
license = "MIT"
17+
license-files = ["LICENSE"]
1718
keywords = [
1819
"gpu",
1920
"optimizers",
@@ -24,9 +25,9 @@ keywords = [
2425
]
2526
classifiers = [
2627
"Development Status :: 4 - Beta",
27-
"License :: OSI Approved :: MIT License",
28-
"Environment :: GPU :: NVIDIA CUDA :: 11",
28+
"Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8",
2929
"Environment :: GPU :: NVIDIA CUDA :: 12",
30+
"Environment :: GPU :: NVIDIA CUDA :: 13",
3031
"Intended Audience :: Developers",
3132
"Intended Audience :: Science/Research",
3233
"Operating System :: POSIX :: Linux",
@@ -67,7 +68,7 @@ test = [
6768
"einops~=0.8.0",
6869
"lion-pytorch==0.2.3",
6970
"pytest~=8.3",
70-
"scipy>=1.11.4,<2; python_version >= '3.9'",
71+
"scipy>=1.11.4,<2",
7172
"transformers>=4.30.1,<5"
7273
]
7374

0 commit comments

Comments
 (0)