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

Matplotlib/plotting should be an optional dependency? #10

Closed
amogorkon opened this issue Apr 5, 2021 · 2 comments
Closed

Matplotlib/plotting should be an optional dependency? #10

amogorkon opened this issue Apr 5, 2021 · 2 comments

Comments

@amogorkon
Copy link
Collaborator

No description provided.

@Averyyun
Copy link

Yes, I also wish this plotting could be optional, which would be more efficient and save memory, especially if you're running code a lot of times at once.

@amogorkon
Copy link
Collaborator Author

Okay, with the next release py -m pip install fuzzylogic[plotting] should work and raise an ImportError when trying to plot without matplotlib available.

amogorkon added a commit that referenced this issue Aug 21, 2024
- Remove matplotlib from requirements.txt
- Add extras_require for plotting in setup.py
- Update contact email in setup.py
- Add import error handling for matplotlib in classes.py for missing optional requirement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants