From 96a9adea06a5bbf98669460432716cdabc10d3f8 Mon Sep 17 00:00:00 2001 From: Malo OLIVIER Date: Fri, 6 Dec 2024 17:05:00 +0100 Subject: [PATCH] added ray>=2.40.0 to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c03225d..af61787 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ pytest>=8.3.4 pytest-cov>=6.0.0 pytest-mock>=3.14.0 hydra-core>=1.3.2 -rich>=13.9.4 \ No newline at end of file +rich>=13.9.4 +ray>=2.40.0 \ No newline at end of file