Revision 18197a0747455fa9927b741e8a9bd55517e9bd38 authored by Andrew Adams on 13 September 2020, 02:18:08 UTC, committed by Andrew Adams on 13 September 2020, 02:18:08 UTC
1 parent f2c73e7
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.4.3
back to top