From 7c609872e295cee7bcb2d4bc46835bedc68dc7aa Mon Sep 17 00:00:00 2001 From: mahdiall99 Date: Sat, 13 Apr 2024 19:12:35 -0400 Subject: [PATCH] Fixed bug in ray version definition --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f664c..953597f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ protobuf = "*" pycaret = "*" pydicom = "<2.0.0" PyWavelets = "*" -ray[default] = "*" +ray = { version = "*", extras = ["default"] } scikit_image = "*" scipy = "*" setuptools = "*"