Skip to content

Commit 9bfb689

Browse files
restrict the pin to windows systems only
1 parent 61ac2ec commit 9bfb689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"scipy>=1,<2",
5252
"numpy>=1.17.0",
5353
"filelock>=3.15",
54-
"libgcc<15",
54+
"libgcc<15 ; platform_system == 'Windows'",
5555
"etuples",
5656
"logical-unification",
5757
"miniKanren",

0 commit comments

Comments
 (0)