https://github.com/halide/Halide
Raw File
Tip revision: 61c1b40550f23dc2590b88beb6bba50d14bb4282 authored by Steven Johnson on 04 December 2018, 00:00:00 UTC
Merge pull request #3458 from white-pony/master
Tip revision: 61c1b40
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