Skip to content

Commit

Permalink
update python and numpy versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolson committed Sep 30, 2024
1 parent a6a2c14 commit 5ceea27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Library and tools for working with PET Emission Tomography Standa
readme = "README.md"
authors = [{ name = "Kris Thielemans", email = "[email protected]" }]
license = { text = "Apache-2.0" } # Update as needed
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"numpy>=1.24.3",
"numpy>=1.22",
]

0 comments on commit 5ceea27

Please sign in to comment.