Skip to content

Commit e7b3e31

Browse files
Preliz is always a dependency; pin version
1 parent 2eae580 commit e7b3e31

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
@@ -14,7 +14,7 @@ dependencies:
1414
- pytest
1515
- pytest-cov
1616
- pydantic>=2.0.0
17-
- preliz>=0.5.0
17+
- preliz>=0.20.0
1818
- pip
1919
- pip:
2020
- jax

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies = [
3939
"scikit-learn",
4040
"better-optimize>=0.1.5",
4141
"pydantic>=2.0.0",
42+
"preliz>=0.20.0",
4243
]
4344

4445
[project.optional-dependencies]
@@ -52,7 +53,6 @@ dev = [
5253
"dask[all]<2025.1.1",
5354
"blackjax",
5455
"statsmodels",
55-
"preliz>=0.5.0",
5656
]
5757
docs = [
5858
"nbsphinx>=0.4.2",

0 commit comments

Comments
 (0)