File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ kernel_tuner = "kernel_tuner.interface:entry_point"
59
59
60
60
# ATTENTION: if anything is changed here, run `poetry update`
61
61
[tool .poetry .dependencies ]
62
- python = " >=3.10" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
62
+ python = " >=3.10,<3.15 " # NOTE when changing the supported Python versions, also change the test versions in the noxfile
63
63
numpy = " ^1.26.0" # Python 3.12 requires numpy at least 1.26
64
64
scipy = " >=1.14.1"
65
65
botorch = " >=0.12.0"
@@ -83,7 +83,7 @@ pynvml = { version = "^11.4.1", optional = true }
83
83
# OpenCL
84
84
pyopencl = { version = " *" , optional = true } # Attention: if pyopencl is changed here, also change `session.install("pyopencl")` in the Noxfile
85
85
# HIP
86
- hip-python = { version = " *" , optional = true }
86
+ hip-python-fork = { version = " *" , optional = true }
87
87
# Tutorial (for the notebooks used in the examples)
88
88
jupyter = { version = " ^1.0.0" , optional = true }
89
89
matplotlib = { version = " ^3.5.0" , optional = true }
You can’t perform that action at this time.
0 commit comments