-
-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'build-pyprojecttoml-install-requires' into pyproject-sa…
…gelib
- Loading branch information
Showing
19 changed files
with
83 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Generated by SAGE_ROOT/bootstrap; do not edit | ||
[build-system] | ||
# Minimum requirements for the build system to execute. | ||
requires = [ | ||
"sage_setup[autogen]", | ||
# Some version of sage-conf is required. | ||
# Note that PEP517/518 have no notion of optional sage_spkg dependencies: | ||
# https://github.com/pypa/pip/issues/6144 | ||
'sage-conf ~= 10.3b4', | ||
# 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', | ||
'sage-setup ~= 10.3b4', | ||
'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.
Oops, something went wrong.