Skip to content
Snippets Groups Projects
Commit aaa88448 authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Added scipy to the required packages.

parent 335969a8
Branches
Tags
No related merge requests found
......@@ -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=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment