https://github.com/halide/Halide
Raw File
Tip revision: 34a45e3aa7f740cf35f1136552f36ff091a54907 authored by Steven Johnson on 08 February 2019, 18:44:02 UTC
Fix more MSVC nonsense
Tip revision: 34a45e3
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