Skip to content

Commit 042e6c9

Browse files
committed
Fix requirements for calibration module
Seaborn and bayes_opt
1 parent af959a7 commit 042e6c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/env_climada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- salib>=1.4
3333
- scikit-learn>=1.3
3434
- scipy>=1.11
35-
- seaborn
35+
- seaborn>=0.13
3636
- sparse>=0.14
3737
- statsmodels>=0.14
3838
- tabulate>=0.9

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
python_requires=">=3.9,<3.12",
6161

6262
install_requires=[
63+
'bayes_opt',
6364
'bottleneck',
6465
'cartopy',
6566
'cfgrib',

0 commit comments

Comments
 (0)