From c77e74a32f2bd7902fe38456c44c1337757a4a41 Mon Sep 17 00:00:00 2001 From: Dou Du Date: Tue, 11 Jun 2024 10:51:39 +0200 Subject: [PATCH] downupgrade matplotlib to fix vibration notebooks --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc82143..77628f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib~=3.9.0 +matplotlib~=3.8.4 numpy~=1.26.4 scipy~=1.13.1 pandas~=2.2.2