We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45145b commit 3ba8792Copy full SHA for 3ba8792
conda-envs/environment-test.yml
@@ -1,16 +1,16 @@
1
name: pymc-experimental-test
2
channels:
3
- conda-forge
4
-- defaults
+- nodefaults
5
dependencies:
6
-- pip
+- pymc>=5.19.1
7
- pytest-cov>=2.5
8
- pytest>=3.0
9
- dask
10
- xhistogram
11
- statsmodels
12
+- pip
13
- pip:
- - pymc>=5.19.1 # CI was failing to resolve
14
- blackjax
15
- scikit-learn
16
- better_optimize>=0.0.10
0 commit comments