Revision 759b241018267498663cd1ed2a6e9183d2394135 authored by Steven Johnson on 03 December 2020, 18:04:00 UTC, committed by GitHub on 03 December 2020, 18:04:00 UTC
Using the 'wrong' version of the tools will produce results out of sync with our presubmit tests, so add checking to ensure the user has their env set up correctly.
1 parent 2ddd0b0
Raw File
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