https://github.com/halide/Halide
Raw File
Tip revision: df212d6c58b41dd6726c893050b8273789f0b409 authored by Steven Johnson on 18 April 2019, 21:48:26 UTC
Revert v60 changes
Tip revision: df212d6
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