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 dacb6f4 commit bb858a4Copy full SHA for bb858a4
conda-envs/environment-test.yml
@@ -5,7 +5,7 @@ channels:
5
dependencies:
6
- pymc>=5.21.1
7
- scikit-learn
8
- - better-optimize
+ - better-optimize>=0.1.2
9
- dask<2025.1.1
10
- xhistogram
11
- statsmodels
pyproject.toml
@@ -37,7 +37,7 @@ dynamic = ["version"] # specify the version in the __init__.py file
37
dependencies = [
38
"pymc>=5.21.1",
39
"scikit-learn",
40
- "better-optimize"
+ "better-optimize>=0.1.2"
41
]
42
43
[project.optional-dependencies]
0 commit comments