Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Epoching
/
3D_Photo_Inpainting
like
49
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
f09d054
3D_Photo_Inpainting
/
setup.py
Amar-S
init
0b9f920
over 3 years ago
raw
Copy download link
history
blame
Safe
194 Bytes
from
setuptools
import
setup
setup(
name=
'cynetworkx_workaround'
,
version=
'1.0'
,
description=
'A useful module'
,
install_requires=[
'cynetworkx'
],
#external packages as dependencies
)