From 36442fd07504060ea839b68848cffc2afa108ab9 Mon Sep 17 00:00:00 2001 From: Ashwin Nair Date: Sun, 14 Jul 2024 23:25:36 +0400 Subject: [PATCH] Add lower bound for matplotlib --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9c3cb56eca..809b4bee602 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - einops>=0.6.0 - kornia>=0.6.9 - lightning>=2.0.9 - - matplotlib>=3.8.1 + - matplotlib>=3.8.1,<3.9.1 - numpy>=1.22 - pillow>=10.4.0 - pytest>=6.1.2