From 94eb1cca4a0571038f0be0ab8acbb7b3614b4836 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 24 Oct 2024 11:58:23 +0100 Subject: [PATCH] Drop wget from environment.yml Not available for windows on conda channels --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0def2eaf..d829d553 100644 --- a/environment.yml +++ b/environment.yml @@ -54,6 +54,5 @@ dependencies: # https://github.com/snakemake/snakemake/issues/1891 - tabulate==0.8.10 # snakemake dependency with bug in 9.0.0, pin previous - tqdm==4.62.3 # progress bars - - wget # file downloader # pin xarray as suspect 2023.11.0 duplicates/nisnames coords when concatenating - xarray==2023.10.1 # named n-dimensional arrays