From 2e76ca62751a8c5012e54f3f91d47168ee9f5d7a Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:14:26 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 53abd5a..7b017ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = feplot -version = 0.1.0 +version = 0.1.1 author = Mohamed ZAARAOUI author_email = mohamed.zaaraoui.999@gmail.com description = Visualization tool for FElupe @@ -35,5 +35,5 @@ install_requires = felupe numpy scipy - matplotlib + pyvista python_requires = >=3.7