Skip to content

Commit c8678ac

Browse files
CHANGELOG: dependency changes
1 parent 6db2b8c commit c8678ac

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,47 @@ Added:
1313
- `pytest` [#726](https://github.com/CLIMADA-project/climada_python/pull/726)
1414
- `pytest-cov` [#726](https://github.com/CLIMADA-project/climada_python/pull/726)
1515
- `pytest-subtests` [#726](https://github.com/CLIMADA-project/climada_python/pull/726)
16+
- `unittest-xml-reporting`
1617

1718
Changed:
1819

20+
- `cartopy` >=0.20.0,<0.20.3 &rarr; >=0.21
21+
- `cfgrib` >=0.9.7,<0.9.10 &rarr; =0.9.9
22+
- `contextily` >=1.0 &rarr; >=1.3
23+
- `dask` >=2.25 &rarr; >=2023
24+
- `eccodes` [auto] &rarr; =2.27
25+
- `gdal` !=3.4.1 &rarr; >=3.6
26+
- `geopandas` >=0.8 &rarr; >=0.13
27+
- `h5py` >=2.10 &rarr; >=3.8
28+
- `haversine` >=2.3 &rarr; >=2.8
29+
- `matplotlib` >=3.2,< 3.6 &rarr; >=3.7
30+
- `netcdf4` >=1.5 &rarr; >=1.6
31+
- `numba` >=0.51,!=0.55.0 &rarr; >=0.57
32+
- `openpyxl` >=3.0 &rarr; >=3.1
33+
- `pandas-datareader` >=0.9 &rarr; >=0.10
34+
- `pathos` >=0.2 &rarr; >=0.3
35+
- `pint` >=0.15 &rarr; >=0.22
36+
- `proj` !=9.0.0 &rarr; >=9.1
37+
- `pycountry` >=20.7 &rarr; >=22.3
38+
- `pytables` >=3.6 &rarr; >=3.7
39+
- `rasterio` >=1.2.7,<1.3 &rarr; >=1.3
40+
- `requests` >=2.24 &rarr; >=2.31
41+
- `salib` >=1.3.0 &rarr; >=1.4
42+
- `scikit-learn` >=1.0 &rarr; >=1.2
43+
- `scipy` >=1.6 &rarr; >=1.10
44+
- `sparse` >=0.13 &rarr; >=0.14
45+
- `statsmodels` >=0.11 &rarr; >=0.14
46+
- `tabulate` >=0.8 &rarr; >=0.9
47+
- `tqdm` >=4.48 &rarr; >=4.65
48+
- `xarray` >=0.13 &rarr; >=2023.5
49+
- `xlrd` >=1.2 &rarr; >=2.0
50+
- `xlsxwriter` >=1.3 &rarr; >=3.1
51+
1952
Removed:
2053

2154
- `nbsphinx` [#712](https://github.com/CLIMADA-project/climada_python/pull/712)
2255
- `pandoc` [#712](https://github.com/CLIMADA-project/climada_python/pull/712)
56+
- `xmlrunner`
2357

2458
### Added
2559

0 commit comments

Comments
 (0)