gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

Current release on PyPi lacks networkx requirement #52

Closed edelooff closed 9 years ago

edelooff commented 9 years ago

The currently available package on PyPi does not have networkx listed as an install_requires, while the code does try to import it. Could a new release with that requirement included be made?

gtaylor commented 9 years ago

Sorry for the delay, got this released just now.