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
pyopencl = { version = "*", optional = true } # Attention: if pyopencl is changed here, also change `session.install("pyopencl")` in the Noxfile
84
84
# HIP
85
-
hip-python = { version = "*", optional = true }
85
+
hip-python-fork = { version = "*", optional = true }
86
86
# Tutorial (for the notebooks used in the examples)
87
87
jupyter = { version = "^1.0.0", optional = true }
88
88
matplotlib = { version = "^3.5.0", optional = true }
@@ -114,13 +114,14 @@ markupsafe = "^2.0.1" # TODO why do we need markupsafe here?
114
114
optional = true
115
115
[tool.poetry.group.test.dependencies]
116
116
pytest = "^8.2.0"
117
+
pytest-timeout = "^2.3.1"
117
118
pytest-cov = "^5.0.0"
118
119
mock = "^5.1.0"
119
120
nox = "^2024.4.15"
120
121
nox-poetry = "^1.0.3"
121
122
ruff = "^0.4.4"
122
123
pep440 = "^0.1.2"
123
-
tomli = "^2.0.1"# held back by Python <= 3.10, can be replaced by built-in [tomllib](https://docs.python.org/3.11/library/tomllib.html) from Python 3.11 onwards
124
+
tomli = "^2.0.1"# held back by Python <= 3.10, can be replaced by built-in [tomllib](https://docs.python.org/3.11/library/tomllib.html) from Python 3.11 onwards
124
125
125
126
# development dependencies are unused for now, as this is already covered by test and docs
126
127
# # ATTENTION: if anything is changed here, run `poetry update`
0 commit comments