Skip to content

Commit a3df8c7

Browse files
jessegrabowskiandreacate
authored andcommitted
Fix bug in fit_MAP when shared variables are used in graph (pymc-devs#468)
* Fix bug in `fit_MAP` when shared variables are used in graph * Delay jax import * Try version pinning dask * Pin dask version in setup.py
1 parent 8c2efee commit a3df8c7

File tree

5 files changed

+700
-1
lines changed

5 files changed

+700
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: pymc-extras-test
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- pip
7+
- pytest-cov>=2.5
8+
- pytest>=3.0
9+
- dask<2025.1.1
10+
- xhistogram
11+
- statsmodels
12+
- numba<=0.60.0
13+
- pymc>=5.21
14+
- pip:
15+
- blackjax
16+
- scikit-learn
17+
- better_optimize

0 commit comments

Comments
 (0)