From 3b428ceb6b7b9b3abfeab7a75fbf0fac6c9d76bb Mon Sep 17 00:00:00 2001 From: Thorsten Beier Date: Mon, 11 Sep 2023 11:07:28 +0200 Subject: [PATCH] add wget to environment.yml (#4133) --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 4ae7d52c5..549bc45ec 100644 --- a/environment.yml +++ b/environment.yml @@ -15,5 +15,6 @@ dependencies: - autoconf - automake - libtool + - wget - patch # only needed on MacOS - sed # only needed on MacOS