Skip to content

Commit

Permalink
Install pymc from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored and ricardoV94 committed Dec 11, 2024
1 parent c45145b commit 3ba8792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ba8792

Please sign in to comment.