From 75032fc98498cd03c4a16a7d4ad0ee0e447858e0 Mon Sep 17 00:00:00 2001 From: Christopher Nah Date: Mon, 21 Mar 2022 09:32:57 +0800 Subject: [PATCH] Specify numpy version (Errors in Numpy Error: https://github.com/nanoporetech/pipeline-umi-amplicon/issues/13 Solution (Downgrade Numpy): https://github.com/nanoporetech/pipeline-umi-amplicon/issues/13#issuecomment-963881500 With reference to the above; proposal to include (numpy==1.19.5) as otherwise numpy will default to (numpy-base-1.21.2 | 4.8 MB | ) when installed using provided conda instructions which errors. --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 89a2016..7e22822 100644 --- a/environment.yml +++ b/environment.yml @@ -16,3 +16,4 @@ dependencies: - pip - pip: - catfishq + - numpy==1.19.5