From adb234f6b64f03fa35b1d72f04bc96de0430b782 Mon Sep 17 00:00:00 2001 From: James Byrne Date: Thu, 28 Mar 2024 15:14:15 +0000 Subject: [PATCH] Dev #39: highlighting what the intention is for specifying basic pip dependencies --- environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment.yml b/environment.yml index 17bb914..937f0e6 100644 --- a/environment.yml +++ b/environment.yml @@ -13,3 +13,6 @@ dependencies: - openh264 - python=3.8 - xarray + pip: + - icenet==0.2.7 + - model-ensembler