From ef3270bda5a86da24ad854b491d709b2c4776c99 Mon Sep 17 00:00:00 2001 From: Ofir Gordon Date: Thu, 19 Dec 2024 09:59:05 +0200 Subject: [PATCH] restricting matplotlib to version < 3.10.0 to fix an issue with tensorboard when using this version of matplotlib (#1298) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c10a7165..59be4a24a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ scikit-image scikit-learn tensorboard PuLP -matplotlib +matplotlib<3.10.0 scipy protobuf mct-quantizers==1.5.2