Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
cubvh
Commits
9a8da7d2
Commit
9a8da7d2
authored
Mar 21, 2024
by
ashawkey
Browse files
clean up setup.py
parent
5245f430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
setup.py
setup.py
+1
-4
No files found.
setup.py
View file @
9a8da7d2
...
...
@@ -23,7 +23,7 @@ def find_eigen(min_ver=(3, 3, 0)):
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'
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
))
eigen_path
=
None
...
...
@@ -184,10 +184,7 @@ setup(
'ninja'
,
'pybind11'
,
'trimesh'
,
'opencv-python'
,
'torch'
,
'numpy'
,
'tqdm'
,
'matplotlib'
,
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment