From 32fb234410daeae90ab6327ec50a7677c3aa4a16 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Tue, 6 May 2025 14:21:25 +0200 Subject: [PATCH] Edit setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a5ab9e3..2486a99 100755 --- a/setup.py +++ b/setup.py @@ -343,7 +343,6 @@ def setup_package(): 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering' ], - requires-python = '<=3.10', install_requires=['scipy>=0.18', 'numpy>=1.8', 'matplotlib>=1.4', 'six>=1.10'], ) -- GitLab