https://github.com/halide/Halide
Raw File
Tip revision: c0617cc2d2849d4c9b6956545caaf937afaf32c7 authored by Steven Johnson on 25 May 2021, 16:05:48 UTC
Merge branch 'master' into srj-armv83a
Tip revision: c0617cc
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
imageio
numpy
pillow
scipy

# Choose a specific version for pybind11
pybind11==2.6.2
back to top