You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ATTENTION: if anything is changed here, run `poetry update`
61
61
[tool.poetry.dependencies]
62
-
python = ">=3.10,<3.15"# NOTE when changing the supported Python versions, also change the test versions in the noxfile
63
-
numpy = "^1.26.0"# Python 3.12 requires numpy at least 1.26
62
+
python = ">=3.10,<4"# <4 is because of hip-python-fork # NOTE when changing the Python versions, also change the test versions in the Noxfile and GitHub Actions
0 commit comments