Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/ZeST
cocktailpeanut
/
ZeST
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4b8da8
ZeST
/
DPT
/
setup.py
Last commit not found
raw
Copy download link
history
blame
Safe
243 Bytes
import
setuptools
__version__ =
'0.0.1dev1'
setuptools.setup(
name=
'dpt'
,
version=__version__,
packages=setuptools.find_packages(),
# Only put dependencies that's not depends on cuda directly.
install_requires=[
'timm'
]
)