Skip to content

Commit ea2ad74

Browse files
committed
MNT: Update dependencies
1 parent aac658b commit ea2ad74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ classifiers = [
1212
"Intended Audience :: Science/Research",
1313
"Topic :: Scientific/Engineering :: Image Recognition",
1414
"License :: OSI Approved :: Apache Software License",
15-
"Programming Language :: Python :: 3.8",
16-
"Programming Language :: Python :: 3.9",
1715
"Programming Language :: Python :: 3.10",
16+
"Programming Language :: Python :: 3.11",
1817
]
1918
license = {file = "LICENSE"}
2019
requires-python = ">=3.10"
2120
dependencies = [
22-
"importlib_resources >= 1.3; python_version < '3.9'",
2321
"indexed_gzip >= 0.8.8",
2422
"lockfile",
2523
"looseversion",

0 commit comments

Comments
 (0)