We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328339a commit 24e7535Copy full SHA for 24e7535
setup.py
@@ -40,7 +40,7 @@
40
41
# Note that this is a string of words separated by whitespace, not a list.
42
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
43
- packages=find_packages(exclude=['convert']),
+ packages=find_packages(exclude=['convert', 'tests']),
44
include_package_data=True,
45
install_requires=['torch >= 1.0', 'torchvision'],
46
python_requires='>=3.6',
timm/version.py
@@ -1 +1 @@
1
-__version__ = '0.1.28'
+__version__ = '0.1.30'
0 commit comments