Trimesh: Adding more dependencies

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com> (github: thopiekar)
This commit is contained in:
Thomas Karl Pietrowski 2019-10-05 22:43:41 +02:00
parent 004133b51c
commit b620cde8d1
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,23 @@ Build-Depends:
python-all-dev, python3-all-dev,
# Python setuptools
python-setuptools, python3-setuptools,
# pypandoc
python-pypandoc, python3-pypandoc,
# Numpy
python-numpy, python3-numpy,
# SciPy
python-scipy, python3-scipy,
# networkx
python-networkx, python3-networkx,
# recommonmark
python-recommonmark, python3-recommonmark,
# jupyter
python-jupyter-core, python3-jupyter-core,
# Sphinx
python-sphinx, python3-sphinx,
sphinx-rtd-theme-common,
# PyOpenSSL
python-openssl, python3-openssl,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4