Skip to content

Commit

Permalink
proj: update numpy and minimal python version
Browse files Browse the repository at this point in the history
Python 3.8 is unsupported since 2024-10. it's time to move on.
  • Loading branch information
paquiteau authored Jan 9, 2025
1 parent 9c41feb commit 702eb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = "MRI Non-Cartesian Fourier Operators with multiple computation bac
authors = [{name="Pierre-antoine Comby", email="[email protected]"}]

readme = "README.md"
dependencies = ["numpy<=2.0.0", "scipy", "matplotlib", "tqdm"]
requires-python = ">=3.8"
dependencies = ["numpy", "scipy", "matplotlib", "tqdm"]
requires-python = ">=3.9"

dynamic = ["version"]

Expand Down

0 comments on commit 702eb4e

Please sign in to comment.