-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use optional dependencies for gmpy2 and fastcache #15
Comments
|
We should look into that. The conda entry points ought to work just fine on Windows. |
There's no support for optional dependencies in conda. There's |
I guess I misunderstood the feature. I'd like something where it tries to install the dependency if it can, but if it isn't available or satisfiable to install it, it just skips it. |
gmpy and fastcache should be optional dependencies. I believe these are supported by conda now. It should make it so that they get installed with sympy, but they can be
conda remove
d without also removing sympy.Also I don't know why
setuptools
is a run dependency of sympy. It shouldn't be needed.The text was updated successfully, but these errors were encountered: