File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ channels:
4
4
- nodefaults
5
5
dependencies :
6
6
- pymc>=5.24.0
7
+ - pytensor>=2.31.4
7
8
- scikit-learn
8
- - better-optimize>=0.1.2
9
+ - better-optimize>=0.1.5
9
10
- dask<2025.1.1
10
11
- xhistogram
11
12
- statsmodels
12
13
- numba
13
14
- pytest
14
15
- pytest-cov
15
16
- pydantic>=2.0.0
16
- - preliz>=0.5 .0
17
+ - preliz>=0.20 .0
17
18
- pip
18
19
- pip :
19
20
- jax
Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ license = {file = "LICENSE"}
35
35
dynamic = [" version" ] # specify the version in the __init__.py file
36
36
dependencies = [
37
37
" pymc>=5.24.0" ,
38
+ " pytensor>=2.31.4" ,
38
39
" scikit-learn" ,
39
- " better-optimize>=0.1.4 " ,
40
+ " better-optimize>=0.1.5 " ,
40
41
" pydantic>=2.0.0" ,
42
+ " preliz>=0.20.0" ,
41
43
]
42
44
43
45
[project .optional-dependencies ]
@@ -51,7 +53,6 @@ dev = [
51
53
" dask[all]<2025.1.1" ,
52
54
" blackjax" ,
53
55
" statsmodels" ,
54
- " preliz>=0.5.0" ,
55
56
]
56
57
docs = [
57
58
" nbsphinx>=0.4.2" ,
You can’t perform that action at this time.
0 commit comments