Skip to content

Commit 4b51720

Browse files
Update pymc verison pin
1 parent 174d2a2 commit 4b51720

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
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- pymc>=5.24.0
6+
- pymc>=5.24.1
77
- pytensor>=2.31.4
88
- scikit-learn
99
- better-optimize>=0.1.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords = [
3434
license = {file = "LICENSE"}
3535
dynamic = ["version"] # specify the version in the __init__.py file
3636
dependencies = [
37-
"pymc>=5.24.0",
37+
"pymc>=5.24.1",
3838
"pytensor>=2.31.4",
3939
"scikit-learn",
4040
"better-optimize>=0.1.5",

0 commit comments

Comments
 (0)