Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yuliang
/
ECON
like
104
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
fb140f6
ECON
/
lib
/
common
/
libmesh
/
setup.py
Yuliang
remove MeshLab dependency with Open3D
fb140f6
about 2 years ago
raw
Copy download link
history
blame
168 Bytes
from
setuptools
import
setup
from
Cython.Build
import
cythonize
import
numpy
setup(name=
'libmesh'
, ext_modules=cythonize(
"*.pyx"
), include_dirs=[numpy.get_include()])