-
Notifications
You must be signed in to change notification settings - Fork 171
Move dependencies from requirements.txt to an optional packaging extra #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
23d48a9
6018239
c5a4956
4e5ea46
3ad86cb
eb07724
d5e0d31
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE | ||
|
||
[build-system] | ||
requires = ["setuptools>=77.0.0", "cython", "pyclibrary"] | ||
requires = ["setuptools>=77.0.0", "cython>=3.0", "pyclibrary>=0.1.7"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
|
@@ -37,6 +37,15 @@ all = [ | |
"nvidia-nvjitlink-cu12>=12.3", | ||
] | ||
|
||
test = [ | ||
"cython>=3.0", | ||
"distutils", | ||
"numpy>=1.21.1", | ||
"pytest>=6.2.4", | ||
"pytest-benchmark>=3.4.1", | ||
"llvmlite" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks good to me, but just to point out our options:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is something I wanted to discuss. I could pull it out into a separate optional dependency group of something like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My vote, based on the quick experiment below (
|
||
] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/NVIDIA/cuda-python" | ||
Documentation = "https://nvidia.github.io/cuda-python/" | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.