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 174d2a2 commit 4b51720Copy full SHA for 4b51720
conda-envs/environment-test.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - pymc>=5.24.0
+ - pymc>=5.24.1
7
- pytensor>=2.31.4
8
- scikit-learn
9
- better-optimize>=0.1.5
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.24.0",
+ "pymc>=5.24.1",
38
"pytensor>=2.31.4",
39
"scikit-learn",
40
"better-optimize>=0.1.5",
0 commit comments