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

Feature request: Install without large openjdk dependency #6

Open
rfox12 opened this issue Mar 4, 2020 · 1 comment
Open

Feature request: Install without large openjdk dependency #6

rfox12 opened this issue Mar 4, 2020 · 1 comment

Comments

@rfox12
Copy link

rfox12 commented Mar 4, 2020

Looks like a neat package! Unfortunately the 162MB+ openjdk dependency isn't something I want to deal with (my machine has a newer JDK anyway). It would be great if there was a way to conda install conda-depgraph without that depedency (and simply require a java 11+ exe on the path).

@teake
Copy link
Contributor

teake commented Apr 3, 2020

I prefer to keep the JDK dependency explicit, because then it will work out of the box even if you do not have Java preinstalled. But I agree, it's a bit of overkill for those that do have it.

I don't see a good way to fix it, but as a workaround you can do:

$ conda install -n base click \
    'networkx>=1.9' 'natsort>=3.2.0' \ 
    'requests>=2.3.0' 'msgpack-python>=0.4.2,<1' 
   
$ conda install -n base -c omegacen conda-depgraph asciinet --no-deps

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