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 c593ee0 commit 4cb1851Copy full SHA for 4cb1851
conda-envs/environment-test.yml
@@ -13,7 +13,7 @@ dependencies:
13
- pytest
14
- pytest-cov
15
- pydantic>=2.0.0
16
- - preliz
+ - preliz>=0.5.0
17
- pip
18
- pip:
19
- jax
pyproject.toml
@@ -51,7 +51,7 @@ dev = [
51
"dask[all]<2025.1.1",
52
"blackjax",
53
"statsmodels",
54
- "preliz",
+ "preliz>=0.5.0",
55
]
56
docs = [
57
"nbsphinx>=0.4.2",
0 commit comments