|
|
@ -41,6 +41,7 @@ setup(
|
|
|
|
# Note that this is a string of words separated by whitespace, not a list.
|
|
|
|
# Note that this is a string of words separated by whitespace, not a list.
|
|
|
|
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
|
|
|
|
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
|
|
|
|
packages=find_packages(exclude=['convert']),
|
|
|
|
packages=find_packages(exclude=['convert']),
|
|
|
|
|
|
|
|
include_package_data=True,
|
|
|
|
install_requires=['torch >= 1.0', 'torchvision'],
|
|
|
|
install_requires=['torch >= 1.0', 'torchvision'],
|
|
|
|
python_requires='>=3.6',
|
|
|
|
python_requires='>=3.6',
|
|
|
|
)
|
|
|
|
)
|
|
|
|