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 435726f commit d5d1ddeCopy full SHA for d5d1dde
conda-envs/environment-test.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - pymc>=5.21.1
+ - pymc>=5.24.0
7
- scikit-learn
8
- better-optimize>=0.1.2
9
- dask<2025.1.1
pyproject.toml
@@ -34,7 +34,7 @@ keywords = [
34
license = {file = "LICENSE"}
35
dynamic = ["version"] # specify the version in the __init__.py file
36
dependencies = [
37
- "pymc>=5.21.1",
+ "pymc>=5.24.0",
38
"scikit-learn",
39
"better-optimize>=0.1.4",
40
"pydantic>=2.0.0",
0 commit comments