Skip to content

Commit 174d2a2

Browse files
Update version pins and dependencies
1 parent d5d1dde commit 174d2a2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

conda-envs/environment-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ channels:
44
- nodefaults
55
dependencies:
66
- pymc>=5.24.0
7+
- pytensor>=2.31.4
78
- scikit-learn
8-
- better-optimize>=0.1.2
9+
- better-optimize>=0.1.5
910
- dask<2025.1.1
1011
- xhistogram
1112
- statsmodels
1213
- numba
1314
- pytest
1415
- pytest-cov
1516
- pydantic>=2.0.0
16-
- preliz>=0.5.0
17+
- preliz>=0.20.0
1718
- pip
1819
- pip:
1920
- jax

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ license = {file = "LICENSE"}
3535
dynamic = ["version"] # specify the version in the __init__.py file
3636
dependencies = [
3737
"pymc>=5.24.0",
38+
"pytensor>=2.31.4",
3839
"scikit-learn",
39-
"better-optimize>=0.1.4",
40+
"better-optimize>=0.1.5",
4041
"pydantic>=2.0.0",
42+
"preliz>=0.20.0",
4143
]
4244

4345
[project.optional-dependencies]
@@ -51,7 +53,6 @@ dev = [
5153
"dask[all]<2025.1.1",
5254
"blackjax",
5355
"statsmodels",
54-
"preliz>=0.5.0",
5556
]
5657
docs = [
5758
"nbsphinx>=0.4.2",

0 commit comments

Comments
 (0)