From 13cd1b2ffbc979e8bccf98cea20faa760168f481 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 25 Jun 2025 13:10:26 +0200 Subject: [PATCH] Revert "Avoid miniKanren v1.0.4" This reverts commit 552b3edb3afeeeb90fd2fa1a60337b538a6f59b7. 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96d05c5ee9..4201554054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "filelock>=3.15", "etuples", "logical-unification", - "miniKanren!=1.0.4", + "miniKanren", "cons", ]