Add tests before pushing to Docker Hub (#3924)

This commit is contained in:
Glenn Jocher 2023-07-24 23:56:16 +02:00 committed by GitHub
parent 86b3c001c4
commit 2ee147838a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 69 deletions

View file

@ -48,9 +48,11 @@ setup(
'mkdocs-redirects', # for 301 redirects
'mkdocs-ultralytics-plugin>=0.0.21', # for meta descriptions and images, dates and authors
],
'export': ['coremltools>=6.0,<=6.2', 'openvino-dev>=2023.0',
'tensorflowjs'], # automatically installs tensorflow
},
'export': [
'coremltools>=6.0,<=6.2',
'openvino-dev>=2023.0',
'tensorflowjs', # automatically installs tensorflow
], },
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
@ -58,7 +60,6 @@ setup(
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',