Skip to content

Commit

Permalink
build: update libc version to 2.35 for Linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Apr 29, 2024
1 parent d1056d1 commit 401c59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ packages:
name: mesh-kit
version: 0.0.1
path: .
sha256: d0bbf9562ca1688e33761e28c47140439015cf5745d8181e225773152f0cce32
sha256: 5b23f40ebf6a0632c169811d2831b51b35b9f055f8f09a2aafb2d57fddd4fcad
requires_dist:
- loguru
- meshio
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ platforms = ["linux-64"]
mesh-kit = { editable = true, path = "." }

[tool.pixi.system-requirements]
libc = "2.39"
libc = "2.35"
linux = "6.5"

0 comments on commit 401c59b

Please sign in to comment.