Skip to content

Commit 066afe5

Browse files
committed
Fix name of bayes_opt package on PyPI
1 parent 3a046c7 commit 066afe5

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
python_requires=">=3.9,<3.12",
6161

6262
install_requires=[
63-
'bayes_opt',
63+
'bayesian-optimization',
6464
'bottleneck',
6565
'cartopy',
6666
'cfgrib',

0 commit comments

Comments
 (0)