Closed bjtho08 closed 5 years ago
Changed dependencies to require matplotlib>=2.2.3 rather than ==2.2.3. This should avoid unintended downgrading of matplotlib for end users.
master
python test_script.py
I have intentionally not performed these tests due to the insignificance of the change.
Hello @bjtho08! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
setup.py
Line 8:80: E501 line too long (80 > 79 characters)
Thanks. Graphs are now entirely out of the package, so removed matplotlib from deps.
I'm happy to help whenever I can :)
Changed dependencies to require matplotlib>=2.2.3 rather than ==2.2.3. This should avoid unintended downgrading of matplotlib for end users.
Sanity
master
Tests
python test_script.py
)I have intentionally not performed these tests due to the insignificance of the change.