From 9fa3e7fa7f22850acbd138942d6d045388b52236 Mon Sep 17 00:00:00 2001 From: Reynold Mok <34395415+reyery@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:15:40 +0100 Subject: [PATCH] Add missing dependency --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index e56882f33e..c49626de10 100644 --- a/environment.yml +++ b/environment.yml @@ -27,6 +27,7 @@ dependencies: - pythonocc-core==7.7.0 # Avoid deprecation warnings - pytz # Not required from 3.9 - pyyaml +- salib - scipy=1.10 # Due to python3.8 support - shapely=2 - timezonefinder