Skip to content

Commit

Permalink
Decrease glibc requirement from 2.28 to 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 15, 2024
1 parent ce285c7 commit 2cf0927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2cf0927

Please sign in to comment.