https://github.com/halide/Halide
Raw File
Tip revision: a12b3cb12e0d77279c6df68baaa0273ceca41664 authored by Andrew Adams on 15 October 2021, 20:00:33 UTC
Add comment elaborating on why this is a good idea
Tip revision: a12b3cb
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