From b60e11bbee1d0112ff34a576e9dd7651ffe8d4a4 Mon Sep 17 00:00:00 2001 From: gonfeco Date: Wed, 13 Sep 2023 11:30:49 +0200 Subject: [PATCH] Opa --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c8efe09..99a705d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ def run_tests(self): version="0.0.1", author="Gonzalo Ferro", license="European Union Public License 1.2", - packages=find_packages(), install_requires=["numpy", "pandas", "myqlm", "matplotlib", "scipy"], # Don't change these two lines