File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ class Prior:
363363
364364 - `preliz` attribute to get the equivalent distribution in `preliz`
365365 - `sample_prior` method to sample from the prior
366- - `graph ` get a dummy model graph with the distribution
366+ - `to_graph ` get a dummy model graph with the distribution
367367 - `constrain` to shift the distribution to a different range
368368
369369 Parameters
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ dependencies = [
3838 " scikit-learn" ,
3939 " better-optimize>=0.1.2" ,
4040 " pydantic>=2.0.0" ,
41- " preliz" ,
4241]
4342
4443[project .optional-dependencies ]
@@ -52,6 +51,7 @@ dev = [
5251 " dask[all]<2025.1.1" ,
5352 " blackjax" ,
5453 " statsmodels" ,
54+ " preliz" ,
5555]
5656docs = [
5757 " nbsphinx>=0.4.2" ,
You can’t perform that action at this time.
0 commit comments