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 2c6ef1f commit 7f6845eCopy full SHA for 7f6845e
conda-envs/environment-test.yml
@@ -1,20 +1,20 @@
1
name: pymc-extras-test
2
channels:
3
- conda-forge
4
-- nodefaults
5
dependencies:
+- blackjax
6
- ipywidgets
7
-- pymc>=5.21
8
-- pytest-cov>=2.5
9
-- pytest>=3.0
+- ipython
+- pymc
+- pytest-cov
10
+- pytest
11
- dask
12
- xhistogram
13
- statsmodels
-- numba<=0.60.0
14
+- numba
15
- nutpie
16
- pip
17
+- scikit-learn
18
- pip:
- - blackjax
- - scikit-learn
19
- better_optimize
20
- -e .
0 commit comments