Skip to content

Commit ad2a6c2

Browse files
committed
Merge remote-tracking branch 'origin/directives' into directives
2 parents 0fc8344 + 69e7db1 commit ad2a6c2

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
@@ -57,7 +57,7 @@ generate-setup-file = false
5757
# ATTENTION: if anything is changed here, run `poetry update`
5858
[tool.poetry.dependencies]
5959
python = ">=3.9,<3.13" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
60-
numpy = ">=1.26.0" # Python 3.12 requires numpy at least 1.26
60+
numpy = "^1.26.0" # Python 3.12 requires numpy at least 1.26
6161
scipy = ">=1.11.0"
6262
packaging = "*" # required by file_utils
6363
jsonschema = "*"

0 commit comments

Comments
 (0)