waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

Add install_requires to setup command. #32

Closed MartSlaaf closed 4 years ago

MartSlaaf commented 5 years ago

For proper x-axis sorting version of matplotlib required to be >= 2.2.0 See issue https://github.com/waleedka/hiddenlayer/issues/12 And the corresponding matplotlib issue: https://github.com/matplotlib/matplotlib/issues/9312

waleedka commented 4 years ago

Thank you for the PR. However, the library could be used to draw network graphs only, which doesn't require matplotlib. So I'm hesitate to make that a requirement.