https://github.com/halide/Halide
Raw File
Tip revision: 75dd135a983cdd4d5aa6560a0ad49698328038b0 authored by Andrew Adams on 16 March 2020, 18:16:45 UTC
Bounds inference should walk inside ifs as well as lets
Tip revision: 75dd135
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
imageio
pybind11
back to top