From 0cc3a2bc3dbff03a10d12a82559cdf181ff12545 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 18 Jul 2019 12:24:31 +0800 Subject: [PATCH] conda: use levenshtein from conda-forge --- artiq-fast/conda-artiq-deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/conda-artiq-deps.nix b/artiq-fast/conda-artiq-deps.nix index be5dfde..0a451cf 100644 --- a/artiq-fast/conda-artiq-deps.nix +++ b/artiq-fast/conda-artiq-deps.nix @@ -14,5 +14,5 @@ "pyqtgraph 0.10.0" "pygit2" "aiohttp >=3" - "levenshtein" + "python-levenshtein" ]