Skip to content

Commit

Permalink
DEP: drop support for matplotlib<3.8 and numpy<1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 30, 2024
1 parent 39c6ffd commit b2a3b99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
venv-loc: Script
- os: ubuntu-20.04
python-version: '3.10'
# 2022-03-27 is setuptool 61.2's release date
install-args: --resolution=lowest-direct --exclude-newer '2022-03-27'
# 2023-09-15 is numpy 1.26.0's release date
install-args: --resolution=lowest-direct --exclude-newer '2023-09-16'

runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ keywords = [
]
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.5.1",
"numpy>=1.22.3, <3",
"matplotlib>=3.8.0",
"numpy>=1.26.0, <3",
]

[project.license]
Expand Down

0 comments on commit b2a3b99

Please sign in to comment.