Skip to content

Commit 3ba8792

Browse files
maresbricardoV94
authored andcommitted
Install pymc from conda-forge
1 parent c45145b commit 3ba8792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda-envs/environment-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: pymc-experimental-test
22
channels:
33
- conda-forge
4-
- defaults
4+
- nodefaults
55
dependencies:
6-
- pip
6+
- pymc>=5.19.1
77
- pytest-cov>=2.5
88
- pytest>=3.0
99
- dask
1010
- xhistogram
1111
- statsmodels
12+
- pip
1213
- pip:
13-
- pymc>=5.19.1 # CI was failing to resolve
1414
- blackjax
1515
- scikit-learn
1616
- better_optimize>=0.0.10

0 commit comments

Comments
 (0)