From fa25f9f5f2078a4b4a0850081e7348d487ff14b3 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Thu, 30 Sep 2021 12:45:26 +0100 Subject: [PATCH] commnt added to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17e9e32e..a899c900 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ setup(name='pyerrors', author_email='fabian.joswig@wwu.de', packages=find_packages(), python_requires='>=3.5.0', - install_requires=['numpy>=1.16', 'autograd>=1.2', 'numdifftools', 'matplotlib', 'scipy'] + install_requires=['numpy>=1.16', 'autograd>=1.2', 'numdifftools', 'matplotlib', 'scipy'] # readd iminuit at some point )