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 1424d0e commit 2eae580Copy full SHA for 2eae580
conda-envs/environment-test.yml
@@ -3,9 +3,10 @@ channels:
3
- conda-forge
4
- nodefaults
5
dependencies:
6
- - pymc>=5.21.1
+ - pymc>=5.24.0
7
+ - pytensor>=2.31.4
8
- scikit-learn
- - better-optimize>=0.1.2
9
+ - better-optimize>=0.1.5
10
- dask<2025.1.1
11
- xhistogram
12
- statsmodels
pyproject.toml
@@ -34,9 +34,10 @@ 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
+ "pytensor>=2.31.4",
39
"scikit-learn",
- "better-optimize>=0.1.4",
40
+ "better-optimize>=0.1.5",
41
"pydantic>=2.0.0",
42
]
43
0 commit comments