https://github.com/halide/Halide
Raw File
Tip revision: 57a2652fbddf3e0b9f186b9c6b65f7a5bca66e84 authored by Shoaib Kamil on 09 January 2021, 18:07:12 UTC
correctness_hello_gpu works
Tip revision: 57a2652
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

# Keep versions of these requirements equal to the versions in Ubuntu 20.04 LTS
# because newer versions fix bugs we work around.
imageio==2.4.1
pybind11==2.5.0
back to top