From f6d4ef1550090a4342760669a79e2e4a31f2000e Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Fri, 16 Aug 2024 15:19:26 -0600 Subject: [PATCH] update ray version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a34afe30..bbb65179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "numpy>=1.22.0", "psutil>=5.9.4", "python-dateutil>=2.0", - "ray>=2.6.3,<2.8.0", + "ray>=2.8.1,<2.10.0", "ruamel.yaml>=0.15", "scipy>=1.8.0", "sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive",