Revision eacadb6cda71af51d9c2ca49399a1adce3ab5475 authored by Alex Reinking on 24 August 2022, 00:35:00 UTC, committed by GitHub on 24 August 2022, 00:35:00 UTC
1 parent 2f0957b
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
imageio
numpy
pillow
scipy

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