swh:1:snp:70f530b74f5be73cfb71c212c9e3317ce44c1ebc
Raw File
Tip revision: ddd614adc93aa4e75057bb1226a3e2adf797993e authored by Steven Johnson on 22 December 2020, 23:53:35 UTC
TFLiteParser should handle the 2-input form of Reshape
Tip revision: ddd614a
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