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 af959a7 commit 042e6c9Copy full SHA for 042e6c9
requirements/env_climada.yml
@@ -32,7 +32,7 @@ dependencies:
32
- salib>=1.4
33
- scikit-learn>=1.3
34
- scipy>=1.11
35
- - seaborn
+ - seaborn>=0.13
36
- sparse>=0.14
37
- statsmodels>=0.14
38
- tabulate>=0.9
setup.py
@@ -60,6 +60,7 @@
60
python_requires=">=3.9,<3.12",
61
62
install_requires=[
63
+ 'bayes_opt',
64
'bottleneck',
65
'cartopy',
66
'cfgrib',
0 commit comments