From 9b35abb8e5c3e6b1afa93098d901c35a53f1fd33 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:25:14 +0000 Subject: [PATCH] Add pymc and tensorflow-probability packages Requested in https://2i2c.freshdesk.com/a/tickets/1259 --- environment.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/environment.yml b/environment.yml index 77cb20e..d945f4b 100644 --- a/environment.yml +++ b/environment.yml @@ -61,7 +61,12 @@ dependencies: # Install this from pip because installing from conda conflicts with geopy / geopandas # Re-evaluate once https://github.com/conda-forge/tensorflow-feedstock/pull/353 lands - tensorflow==2.15.* + # From https://2i2c.freshdesk.com/a/tickets/1259 + - tensorflow-probability==0.23.* # Install from pip because it does not work from conda-forge atm # https://github.com/conda-forge/rise-feedstock/issues/43 has information - RISE==5.7.* + + # From https://2i2c.freshdesk.com/a/tickets/1259 + - pymc==5.10.*