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

requirements.txt incomplete? #4

Closed
schluenz opened this issue Apr 24, 2019 · 3 comments
Closed

requirements.txt incomplete? #4

schluenz opened this issue Apr 24, 2019 · 3 comments

Comments

@schluenz
Copy link

at least in some environments (anaconda python3.6) pip won't install seaborn-0.8.1 dependencies scipy, pandas. Changing seaborn==0.9.* or adding scipy,pandas to requirements.txt would fix.

@choldgraf
Copy link
Contributor

do you know if this will break with the current build of this repository? it is mostly meant as an example, so it's OK if it doesn't work on all environments / version of python / etc

@schluenz
Copy link
Author

as the notes say "be as explicit as possible" I thought adding scipy, pandas would make sense.
I'm using the binder-examples to test a slurm_spawner-based kind-of-binder. very convenient. just the "import seaborn" fails due to missing scipy. no idea why my plain jupyterhub environment fails to pull the implicit seaborn dependencies. but you are right: it works fine in most environments, so please just disregard my "intrusion"

@choldgraf
Copy link
Contributor

no intrusion at all! I just wanted to clarify how general the problem was, we appreciate you reaching out and bringing up the issue!

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