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

networkx dependency not mentioned in documentation #53

Closed andreas-h closed 9 years ago

andreas-h commented 9 years ago

on the installation page of the documentation, it says that The only other requirement is NumPy.. However, it seems that the networkx package is also a dependency:

File "setup.py", line 39, in <module>
  install_requires=['numpy', 'networkx'],
gtaylor commented 9 years ago

Thanks for pointing this out. I sure would love a pull request if you could spare the time. Otherwise, I'll try to get to this when I can.