From aaa88448175ca715d7596a761f5fd87fb506f63a Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Thu, 19 Oct 2023 17:20:45 +0200 Subject: [PATCH] Added scipy to the required packages. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98d9820..489086f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="grext", version="0.1.0", packages=find_packages(), - install_requires=["numpy"], + install_requires=["numpy", "scipy"], author="Michele Nottoli", description="Tools for generating new guesses for SCF calculations.", classifiers=[ -- GitLab