|
29 | 29 | 'Intended Audience :: Education', |
30 | 30 | 'Intended Audience :: Science/Research', |
31 | 31 | 'License :: OSI Approved :: Apache Software License', |
32 | | - 'Programming Language :: Python :: 3.6', |
33 | 32 | 'Programming Language :: Python :: 3.7', |
34 | 33 | 'Programming Language :: Python :: 3.8', |
35 | 34 | 'Programming Language :: Python :: 3.9', |
| 35 | + 'Programming Language :: Python :: 3.10', |
36 | 36 | 'Topic :: Scientific/Engineering', |
37 | 37 | 'Topic :: Scientific/Engineering :: Artificial Intelligence', |
38 | 38 | 'Topic :: Software Development', |
|
43 | 43 | # Note that this is a string of words separated by whitespace, not a list. |
44 | 44 | keywords='pytorch pretrained efficientdet efficientnet bifpn object detection', |
45 | 45 | 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', |
48 | 48 | ) |
0 commit comments