From 3ba87926d101344b43b673a08516425fca94462c Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 11 Dec 2024 10:26:37 +0100 Subject: [PATCH] Install pymc from conda-forge --- conda-envs/environment-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-envs/environment-test.yml b/conda-envs/environment-test.yml index c457329e..626e5b65 100644 --- a/conda-envs/environment-test.yml +++ b/conda-envs/environment-test.yml @@ -1,16 +1,16 @@ name: pymc-experimental-test channels: - conda-forge -- defaults +- nodefaults dependencies: -- pip +- pymc>=5.19.1 - pytest-cov>=2.5 - pytest>=3.0 - dask - xhistogram - statsmodels +- pip - pip: - - pymc>=5.19.1 # CI was failing to resolve - blackjax - scikit-learn - better_optimize>=0.0.10