autonomio / chances

Package that implements several pseudo, quasi, and true, including quantum random methods into a unified single-line command interface.
MIT License
6 stars 2 forks source link

Update setup.py #13

Closed bjtho08 closed 5 years ago

bjtho08 commented 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.

Sanity

Tests

I have intentionally not performed these tests due to the insignificance of the change.


pep8speaks commented 5 years ago

Hello @bjtho08! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 8:80: E501 line too long (80 > 79 characters)

mikkokotila commented 5 years ago

Thanks. Graphs are now entirely out of the package, so removed matplotlib from deps.

bjtho08 commented 5 years ago

I'm happy to help whenever I can :)