-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decrease glibc requirement from 2.28 to 2.17
- Loading branch information
1 parent
ce285c7
commit 2cf0927
Showing
1 changed file
with
4 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ authors = ["Tim de Jager <[email protected]>"] | |
channels = ["conda-forge"] | ||
platforms = ["osx-arm64", "linux-64", "osx-64", "linux-aarch64", "win-64"] | ||
|
||
[system-requirements] | ||
# 2.17 is the glibc version used in centos 7 | ||
libc = { family="glibc", version="2.17" } | ||
|
||
[tasks] | ||
upload = "anaconda -t $ANACONDA_API_TOKEN upload" | ||
|
||
|