Skip to content

Commit f8463b8

Browse files
committed
Version 0.3.4. Tweak setup.cfg and update setup.py metadata
1 parent fc3d918 commit f8463b8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

setup.cfg

+1
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

+2-1
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
)

timm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.3'
1+
__version__ = '0.3.4'

0 commit comments

Comments
 (0)