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 2eae580 commit e7b3e31Copy full SHA for e7b3e31
conda-envs/environment-test.yml
@@ -14,7 +14,7 @@ dependencies:
14
- pytest
15
- pytest-cov
16
- pydantic>=2.0.0
17
- - preliz>=0.5.0
+ - preliz>=0.20.0
18
- pip
19
- pip:
20
- jax
pyproject.toml
@@ -39,6 +39,7 @@ dependencies = [
39
"scikit-learn",
40
"better-optimize>=0.1.5",
41
"pydantic>=2.0.0",
42
+ "preliz>=0.20.0",
43
]
44
45
[project.optional-dependencies]
@@ -52,7 +53,6 @@ dev = [
52
53
"dask[all]<2025.1.1",
54
"blackjax",
55
"statsmodels",
- "preliz>=0.5.0",
56
57
docs = [
58
"nbsphinx>=0.4.2",
0 commit comments