Skip to content

Commit e8ec43b

Browse files
update env_climada.yml
1 parent 47bcfbb commit e8ec43b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Scientific/Engineering :: Mathematics"
2222
]
2323
dependencies = [
24-
"bayesian-optimization<2.0",
24+
"bayesian-optimization",
2525
"bottleneck",
2626
"cartopy",
2727
"cfgrib",

requirements/env_climada.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,47 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- bottleneck>=1.4
6+
- bayesian-optimization>=1.5,<2.0
7+
- bottleneck>=1.5
78
- cartopy>=0.24
89
- cfgrib>=0.9
910
- contextily>=1.6
10-
- dask>=2025.2
11-
- eccodes>=2.40
11+
- dask>=2025.5
12+
- deprecation>=2.1
13+
- eccodes>=2.41
1214
- gdal>=3.10
1315
- geopandas>=0.14,<1.0 # geopandas 1.0 does not depend on fiona anymore, hence fiona would need to be added as dependency
14-
- h5py>=3.12
16+
- h5py>=3.13
1517
- haversine>=2.9
1618
- matplotlib-base>=3.10
1719
- netcdf4>=1.7
1820
- numba>=0.61
1921
- numexpr>=2.10
2022
- openpyxl>=3.1
2123
- osm-flex>=1.1
24+
- overpy>=0.7
2225
- pandas>=2.1,<2.2 # 2.2 is not compatible with the default pytables=3.7 and yields a very high deprecation warning number through geopandas
2326
- pathos>=0.3
27+
- peewee>=3.17
2428
- pint>=0.24
2529
- pip
2630
- pycountry>=24.6
2731
- pyproj>=3.7
2832
- pytables>=3.10
33+
- python>=3.10,<3.13
2934
- pyxlsb>=1.0
3035
- rasterio>=1.4
3136
- requests>=2.32
32-
- rtree>=1.3,<1.4 # 1.4.0 doesn't pass the `pip check`
37+
- rtree>=1.3,<1.4 # needed by geopandas, 1.4.0 doesn't pass the `pip check`
3338
- salib>=1.5
3439
- seaborn>=0.13
35-
- scikit-learn>=1.6
40+
- scikit-learn>=1.7
3641
- scipy>=1.14,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
37-
- sparse>=0.15
42+
- sparse>=0.17
3843
- statsmodels>=0.14
3944
- tabulate>=0.9
4045
- tqdm>=4.67
4146
- unittest-xml-reporting>=3.2
42-
- xarray>=2025.1
47+
- xarray>=2025.6
4348
- xlrd>=2.0
4449
- xlsxwriter>=3.2

0 commit comments

Comments
 (0)