We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thx for the Tip, its implemented now with version >=1.5.13
Sorry, something went wrong.
No branches or pull requests
The setupy.py can define package dependencies, which are automatically downloaded when installing spotpy.
See documentation 1
Scipy was the first I could think of, because it was missing when I ran spotpy the first time.
Maybe there are more.
The text was updated successfully, but these errors were encountered: