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

Missing dependency on wget #15

Closed
moble opened this issue Jan 19, 2021 · 0 comments · Fixed by #25
Closed

Missing dependency on wget #15

moble opened this issue Jan 19, 2021 · 0 comments · Fixed by #25

Comments

@moble
Copy link

moble commented Jan 19, 2021

I ran into a tricky bug because I didn't have wget installed in the conda env that I had installed gwsurrogate into, so when it tried to download the surrogate data, that command errored out. (It errored silently, which is a different issue: sxs-collaboration/gwsurrogate#18.) So this package should also depend on it; wget should be added to this list:

run:
- gsl
- gwtools
- h5py
- {{ pin_compatible('numpy') }}
- python
- scikit-learn

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

Successfully merging a pull request may close this issue.

1 participant