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 848aa3c commit ca39fe8Copy full SHA for ca39fe8
conda-envs/environment-test.yml
@@ -1,17 +1,21 @@
1
-name: pymc-extras-test
+name: pymc-extras
2
channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
-- pymc>=5.21
7
-- pytest-cov>=2.5
8
-- pytest>=3.0
9
-- dask<2025.1.1
+- python=3.12
+- pymc
+- pytensor
+- pytest-cov
10
+- pytest
11
+- dask
12
- xhistogram
13
- statsmodels
-- numba<=0.60.0
14
+- numba
15
+- better-optimize
16
+- jax
17
+- notebook<7
18
+- nutpie
19
- pip
20
- pip:
- - blackjax
- - scikit-learn
- - better_optimize
21
+ - flowjax
0 commit comments