Skip to content

Commit 503df1b

Browse files
committed
updated toml file with ray dashboard
1 parent a841f2a commit 503df1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ python-constraint2 = "^2.0.0b5"
6565
xmltodict = "*"
6666
pandas = ">=2.0.0"
6767
scikit-learn = ">=1.0.2"
68-
ray = ">=2.9.1"
68+
ray = { version = ">=2.9.1", extras = ["default"] }
6969
# Torch can be used with Kernel Tuner, but is not a dependency, should be up to the user to use it
7070

7171
# List of optional dependencies for user installation, e.g. `pip install kernel_tuner[cuda]`, used in the below `extras`.

0 commit comments

Comments
 (0)