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
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.
Okay, with the next release py -m pip install fuzzylogic[plotting] should work and raise an ImportError when trying to plot without matplotlib available.
- 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
No description provided.
The text was updated successfully, but these errors were encountered: