gwding / draw_convnet

2.64k stars 513 forks source link

Add requirements.txt to ensure matplotlib 1.5.3 #5

Closed ahoereth closed 7 years ago

ahoereth commented 7 years ago

When using matplotlib 2.0.0 the mappings created using Line2D do not show. This PR adds a requirements.txt file to ensure matplotlib 1.5.3 and enable easy use with virtual environments.

Usage:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt