Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package dependency scipy #249

Closed
cpwnd opened this issue Jul 14, 2020 · 1 comment
Closed

Package dependency scipy #249

cpwnd opened this issue Jul 14, 2020 · 1 comment

Comments

@cpwnd
Copy link

cpwnd commented Jul 14, 2020

The setupy.py can define package dependencies, which are automatically downloaded when installing spotpy.
See documentation 1

from setuptools import setup

setup(...
      install_requires=[
          'scipy',
      ],
      ...)

Scipy was the first I could think of, because it was missing when I ran spotpy the first time.
Maybe there are more.

@thouska
Copy link
Owner

thouska commented Sep 8, 2020

Thx for the Tip, its implemented now with version >=1.5.13

@thouska thouska closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants