-
-
Notifications
You must be signed in to change notification settings - Fork 630
Make pyproject.toml the source for build dependencies #36982
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 all commits
4ae1bd7
c37c32b
9c6496d
5f213ea
467bd0a
d4196d7
c0d2ec4
33227cb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[build-system] | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
# 68.1.0 Promote pyproject.toml's [tool.setuptools] out of beta. | ||
# 68.1.1 Fix editable install finder handling of nested packages | ||
'setuptools >= 68.1.1', | ||
# version constraint for macOS Big Sur support (see https://github.com/sagemath/sage/issues/31050) | ||
'wheel >=0.36.2', | ||
'cypari2 >=2.1.1', | ||
'cysignals >=1.10.2', | ||
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748 | ||
'cython >=3.0, != 3.0.3, <4.0', | ||
'gmpy2 ~=2.1.b999', | ||
'jupyter_core >=4.6.3', | ||
'memory_allocator', | ||
'numpy >=1.19', | ||
'pkgconfig', | ||
# pplpy 0.8.4 and earlier do not declare dependencies correctly (see https://github.com/sagemath/sage/issues/30922) | ||
'pplpy >=0.8.6', | ||
] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.conda-lock] | ||
platforms = [ | ||
'osx-64', 'linux-64', 'linux-aarch64', 'osx-arm64' | ||
] |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.