https://github.com/halide/Halide
Raw File
Tip revision: e56b3f05abfc5b1aca1b917f59379953da5bbb0f authored by Steven Johnson on 13 September 2018, 20:17:51 UTC
bounds_of_type(u32) should return [0,0xffffffff] (Issue #3271)
Tip revision: e56b3f0
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