kundajelab / bpnet

Toolkit to train base-resolution deep neural networks on functional genomics data and to interpret them
http://bit.ly/bpnet-colab
MIT License
141 stars 33 forks source link

Remove pprint from setup.py #17

Closed an1lam closed 4 years ago

an1lam commented 4 years ago

As discussed in this SO post, pprint is a standard library built-in module and therefore can't be listed as a requirement. The speculative reason why this previously worked is because there may have been a package on pypi named 'pprint' that was recently removed.

Should fix #16.

Avsecz commented 4 years ago

Thanks!