We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc8344 + 69e7db1 commit ad2a6c2Copy full SHA for ad2a6c2
pyproject.toml
@@ -57,7 +57,7 @@ generate-setup-file = false
57
# ATTENTION: if anything is changed here, run `poetry update`
58
[tool.poetry.dependencies]
59
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
+numpy = "^1.26.0" # Python 3.12 requires numpy at least 1.26
61
scipy = ">=1.11.0"
62
packaging = "*" # required by file_utils
63
jsonschema = "*"
0 commit comments