Skip to content

Commit 6306aa7

Browse files
authored
Merge branch 'master' into imagenet21k_datasets_more
2 parents 38d8f67 + f8463b8 commit 6306aa7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
conda_name_differences = 'torch:pytorch'
44
channels = pytorch
5+
noarch = True

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'License :: OSI Approved :: Apache Software License',
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',
34+
'Programming Language :: Python :: 3.8',
3435
'Topic :: Scientific/Engineering',
3536
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3637
'Topic :: Software Development',
@@ -42,6 +43,6 @@
4243
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
4344
packages=find_packages(exclude=['convert', 'tests', 'results']),
4445
include_package_data=True,
45-
install_requires=['torch >= 1.0', 'torchvision'],
46+
install_requires=['torch >= 1.4', 'torchvision'],
4647
python_requires='>=3.6',
4748
)

0 commit comments

Comments
 (0)