From a5bb1c3c1c06c67e2c678768ba3d742da772e25d Mon Sep 17 00:00:00 2001 From: Malo OLIVIER Date: Tue, 17 Dec 2024 16:52:09 +0100 Subject: [PATCH] added plotly and aim in requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af61787..4d03169 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,6 @@ pytest-cov>=6.0.0 pytest-mock>=3.14.0 hydra-core>=1.3.2 rich>=13.9.4 -ray>=2.40.0 \ No newline at end of file +ray>=2.40.0 +plotly>=5.24.1 +aim>=3.26.1 \ No newline at end of file