You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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).The text was updated successfully, but these errors were encountered: