Skip to content

Commit e7d6a84

Browse files
lowering numpy version requirement to see if we can still support Python 3.9
1 parent 797900d commit e7d6a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ priority = "explicit"
6565
# ATTENTION: if anything is changed here, run `poetry update`
6666
[tool.poetry.dependencies]
6767
python = ">=3.9,<4" # <4 is because of hip-python # NOTE when changing the supported Python versions, also change the test versions in the noxfile
68-
numpy = "^2.2.4" # Python 3.12 requires numpy at least 1.26
68+
numpy = "^2.0.0" # Python 3.12 requires numpy at least 1.26
6969
scipy = ">=1.11.0" # held back by Python 3.9
7070
packaging = "*" # required by file_utils
7171
jsonschema = "*"

0 commit comments

Comments
 (0)