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 aac658b commit ea2ad74Copy full SHA for ea2ad74
pyproject.toml
@@ -12,14 +12,12 @@ classifiers = [
12
"Intended Audience :: Science/Research",
13
"Topic :: Scientific/Engineering :: Image Recognition",
14
"License :: OSI Approved :: Apache Software License",
15
- "Programming Language :: Python :: 3.8",
16
- "Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
18
]
19
license = {file = "LICENSE"}
20
requires-python = ">=3.10"
21
dependencies = [
22
- "importlib_resources >= 1.3; python_version < '3.9'",
23
"indexed_gzip >= 0.8.8",
24
"lockfile",
25
"looseversion",
0 commit comments