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" ,
@@ -24,9 +25,9 @@ keywords = [
2425]
2526classifiers = [
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