Skip to content

Commit 7d091be

Browse files
committed
Revert "Avoid miniKanren v1.0.4"
This reverts commit 552b3ed. Some users with deprecated build environments were having trouble installing miniKanren v1.0.4 from sdist. The v1.0.5 release now includes a wheel, so this constraint is no longer necessary or desirable.
1 parent 2ab60b3 commit 7d091be

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
@@ -53,7 +53,7 @@ dependencies = [
5353
"filelock>=3.15",
5454
"etuples",
5555
"logical-unification",
56-
"miniKanren!=1.0.4",
56+
"miniKanren",
5757
"cons",
5858
]
5959

0 commit comments

Comments
 (0)