Skip to content

Commit

Permalink
Update dependency versions in requirements (#2280)
Browse files Browse the repository at this point in the history
* set matplotlib >=3.5 in requirements.txt
Since #2127 `arviz/__init__.py` requires matplotlib >= 3.5 for `mpl.colormaps.register()` otherwise `arviz` fails on import.

* update changelog

* Update minimum numpy and pandas version
according to https://scientific-python.org/specs/spec-0000/
  • Loading branch information
DAWells authored Oct 13, 2023
1 parent ebade51 commit 4557004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### New features

### Maintenance and fixes
- Update requirements: matplotlib>=3.5, pandas>=1.4.0, numpy>=1.22.0

### Deprecation

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
setuptools>=60.0.0
matplotlib>=3.2
numpy>=1.21.0,<2.0
matplotlib>=3.5
numpy>=1.22.0,<2.0
scipy>=1.8.0
packaging
pandas>=1.3.0
pandas>=1.4.0
xarray>=0.21.0
h5netcdf>=1.0.2
typing_extensions>=4.1.0
Expand Down

0 comments on commit 4557004

Please sign in to comment.