Skip to content

Commit d562154

Browse files
committed
Depend on timm 0.9
1 parent 971e847 commit d562154

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch>=1.12.1
2-
timm>=0.6.12
2+
timm>=0.9.2
33
torchvision
44
pyyaml
55
numpy

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
'Intended Audience :: Education',
3030
'Intended Audience :: Science/Research',
3131
'License :: OSI Approved :: Apache Software License',
32-
'Programming Language :: Python :: 3.6',
3332
'Programming Language :: Python :: 3.7',
3433
'Programming Language :: Python :: 3.8',
3534
'Programming Language :: Python :: 3.9',
35+
'Programming Language :: Python :: 3.10',
3636
'Topic :: Scientific/Engineering',
3737
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3838
'Topic :: Software Development',
@@ -43,6 +43,6 @@
4343
# Note that this is a string of words separated by whitespace, not a list.
4444
keywords='pytorch pretrained efficientdet efficientnet bifpn object detection',
4545
packages=find_packages(exclude=['data']),
46-
install_requires=['torch >= 1.4', 'torchvision', 'timm >= 0.4.12', 'pycocotools>=2.0.2', 'omegaconf>=2.0'],
47-
python_requires='>=3.6',
46+
install_requires=['torch >= 1.12.1', 'torchvision', 'timm >= 0.9.2', 'pycocotools>=2.0.2', 'omegaconf>=2.0'],
47+
python_requires='>=3.7',
4848
)

0 commit comments

Comments
 (0)