From 961bcbb945af7af45422cf1f22840c82f4007dba Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Thu, 1 Aug 2024 16:34:23 +0200 Subject: [PATCH] removed requirement on matplotlib to avoid warning --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6452f96..2663084 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - defaults dependencies: - fenics - - matplotlib==3.7.1 + - matplotlib - meshio[all] - numpy==1.24 - pip>=20.1