Skip to content

Commit 286b761

Browse files
PEP639 update to pyproject.toml
1 parent 50be19c commit 286b761

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 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",
@@ -25,8 +26,9 @@ keywords = [
2526
classifiers = [
2627
"Development Status :: 4 - Beta",
2728
"License :: OSI Approved :: MIT License",
28-
"Environment :: GPU :: NVIDIA CUDA :: 11",
29+
"Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8",
2930
"Environment :: GPU :: NVIDIA CUDA :: 12",
31+
"Environment :: GPU :: NVIDIA CUDA :: 13",
3032
"Intended Audience :: Developers",
3133
"Intended Audience :: Science/Research",
3234
"Operating System :: POSIX :: Linux",
@@ -67,7 +69,7 @@ test = [
6769
"einops~=0.8.0",
6870
"lion-pytorch==0.2.3",
6971
"pytest~=8.3",
70-
"scipy>=1.11.4,<2; python_version >= '3.9'",
72+
"scipy>=1.11.4,<2",
7173
"transformers>=4.30.1,<5"
7274
]
7375

0 commit comments

Comments
 (0)