Skip to content

Commit 242f1f3

Browse files
dpendencies: pin bayesian-optimization to 1.5:
2.0 has no bayes_opt.UtilityFunction
1 parent 28f8f15 commit 242f1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
keywords="climate adaptation",
6161
python_requires=">=3.9,<3.12",
6262
install_requires=[
63-
"bayesian-optimization",
63+
"bayesian-optimization<2.0",
6464
"bottleneck",
6565
"cartopy",
6666
"cfgrib",

0 commit comments

Comments
 (0)