-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes include: better handling of glibc version allowing environments to be distinguished based on glibc version. packages can also be specified using --sys-pkg for example in requirements.txt and new @sys_packages and @sys_packages_base decorators exist. better handling of building pyproject.toml projects optimistically build wheels and check if compatible as opposed to checking if compatible first (ie: disabling all cross platform builds). Note that full support for glibc requires conda-lock to be at least as recent as the main branch on December 11th 2023
- Loading branch information
1 parent
00c6589
commit b0a90c9
Showing
13 changed files
with
411 additions
and
155 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 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
Oops, something went wrong.