Commit 9a8da7d2 authored by ashawkey's avatar ashawkey
Browse files

clean up setup.py

parent 5245f430
...@@ -23,7 +23,7 @@ def find_eigen(min_ver=(3, 3, 0)): ...@@ -23,7 +23,7 @@ def find_eigen(min_ver=(3, 3, 0)):
MINOR_VER_STR = "#define EIGEN_MINOR_VERSION" MINOR_VER_STR = "#define EIGEN_MINOR_VERSION"
EIGEN_WEB_URL = 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.bz2' EIGEN_WEB_URL = 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.bz2'
TMP_EIGEN_FILE = 'tmp_eigen.tar.bz2' TMP_EIGEN_FILE = 'tmp_eigen.tar.bz2'
TMP_EIGEN_DIR = './eigen-3.3.7' TMP_EIGEN_DIR = './eigen3.3.7'
min_ver_str = '.'.join(map(str, min_ver)) min_ver_str = '.'.join(map(str, min_ver))
eigen_path = None eigen_path = None
...@@ -184,10 +184,7 @@ setup( ...@@ -184,10 +184,7 @@ setup(
'ninja', 'ninja',
'pybind11', 'pybind11',
'trimesh', 'trimesh',
'opencv-python',
'torch', 'torch',
'numpy', 'numpy',
'tqdm',
'matplotlib',
], ],
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment