11[build-system ]
2- requires = [" scikit-build-core" , " setuptools >= 63 .0.0 " ]
2+ requires = [" scikit-build-core" , " setuptools >= 77 .0.3 " ]
33build-backend = " scikit_build_core.setuptools.build_meta"
44
55[project ]
@@ -13,7 +13,8 @@ maintainers = [
1313]
1414requires-python = " >=3.9"
1515readme = " README.md"
16- license = {file =" LICENSE" }
16+ license = " MIT"
17+ license-files = [" LICENSE" ]
1718keywords = [
1819 " gpu" ,
1920 " optimizers" ,
@@ -25,8 +26,9 @@ keywords = [
2526classifiers = [
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