提交 46c23410 authored 作者: Ben Mares's avatar Ben Mares 提交者: Ricardo Vieira

Avoid miniKanren v1.0.4

Some users with outdated setuptools in their build environments are failing to build miniKanren from source. A wheel will hopefully arrive shortly for v1.0.5, solving the problem. For now we can work around it by avoiding v1.0.4. Note that conda doesn't have this problem, because Conda packages are pre-compiled.
上级 236e50d3
......@@ -53,7 +53,7 @@ dependencies = [
"filelock>=3.15",
"etuples",
"logical-unification",
"miniKanren",
"miniKanren!=1.0.4",
"cons",
]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论