Skip to content

Commit 4cb1851

Browse files
authored
Add lower bound on preliz version (#527)
Otherwise we risk pulling an ancient version. Without this, it's not clear why we need Python 3.11
1 parent c593ee0 commit 4cb1851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pytest
1414
- pytest-cov
1515
- pydantic>=2.0.0
16-
- preliz
16+
- preliz>=0.5.0
1717
- pip
1818
- pip:
1919
- jax

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"dask[all]<2025.1.1",
5252
"blackjax",
5353
"statsmodels",
54-
"preliz",
54+
"preliz>=0.5.0",
5555
]
5656
docs = [
5757
"nbsphinx>=0.4.2",

0 commit comments

Comments
 (0)