swh:1:snp:70f530b74f5be73cfb71c212c9e3317ce44c1ebc
Raw File
Tip revision: e32e6c6405ddc6a5d35516b576498be2cba3aafd authored by Pranav Bhandarkar on 21 August 2019, 21:45:12 UTC
Revert "temp patch to fix broken build using clang"
Tip revision: e32e6c6
requirements.txt
# This file lists the python dependencies, 
# it is meant to be used with pip (and/or possibly virtualenv, pbundler, etc)
# See http://pip.readthedocs.org/en/latest/user_guide.html#requirements-files
# You will probably want to run 
# something similar to `pip3 install --user -r requirements.txt`

# science packages
numpy
scipy
pillow
back to top