Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
3bc432bf
Unverified
Commit
3bc432bf
authored
Sep 30, 2025
by
Matthew Douglas
Committed by
GitHub
Sep 30, 2025
Browse files
Update pyproject.toml for PEP639, etc (#1771)
* PEP639 update to pyproject.toml * Update pyproject.toml
parent
90f54199
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
pyproject.toml
pyproject.toml
+6
-5
No files found.
pyproject.toml
View file @
3bc432bf
[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"
[project]
...
...
@@ -13,7 +13,8 @@ maintainers = [
]
requires-python
=
">=3.9"
readme
=
"README.md"
license
=
{
file
=
"LICENSE"
}
license
=
"MIT"
license-files
=
["LICENSE"]
keywords
=
[
"gpu"
,
"optimizers"
,
...
...
@@ -24,9 +25,9 @@ keywords = [
]
classifiers
=
[
"Development Status :: 4 - Beta"
,
"License :: OSI Approved :: MIT License"
,
"Environment :: GPU :: NVIDIA CUDA :: 11"
,
"Environment :: GPU :: NVIDIA CUDA :: 11 :: 11.8"
,
"Environment :: GPU :: NVIDIA CUDA :: 12"
,
"Environment :: GPU :: NVIDIA CUDA :: 13"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Science/Research"
,
"Operating System :: POSIX :: Linux"
,
...
...
@@ -67,7 +68,7 @@ test = [
"einops~=0.8.0"
,
"lion-pytorch==0.2.3"
,
"pytest~=8.3"
,
"scipy>=1.11.4,<2
; python_version >= '3.9'
"
,
"scipy>=1.11.4,<2"
,
"transformers>=4.30.1,<5"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment