mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Version 0.3.4. Tweak setup.cfg and update setup.py metadata
This commit is contained in:
parent
fc3d9183e8
commit
f8463b8fa9
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
conda_name_differences = 'torch:pytorch'
|
conda_name_differences = 'torch:pytorch'
|
||||||
channels = pytorch
|
channels = pytorch
|
||||||
|
noarch = True
|
||||||
|
3
setup.py
3
setup.py
@ -31,6 +31,7 @@ setup(
|
|||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3.8',
|
||||||
'Topic :: Scientific/Engineering',
|
'Topic :: Scientific/Engineering',
|
||||||
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
||||||
'Topic :: Software Development',
|
'Topic :: Software Development',
|
||||||
@ -42,6 +43,6 @@ setup(
|
|||||||
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
|
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
|
||||||
packages=find_packages(exclude=['convert', 'tests', 'results']),
|
packages=find_packages(exclude=['convert', 'tests', 'results']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['torch >= 1.0', 'torchvision'],
|
install_requires=['torch >= 1.4', 'torchvision'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '0.3.3'
|
__version__ = '0.3.4'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user