Skip to content

Commit

Permalink
Use newer ocviapy (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz authored Nov 6, 2024
1 parent 228e70a commit 022c0bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
]
dependencies = [
Expand All @@ -31,7 +33,7 @@ dependencies = [
"importlib-resources; python_version<'3.9'",
"junitparser",
"multidict",
"ocviapy>=1.2.2",
"ocviapy>=1.3.0",
"python-dotenv",
"PyYAML",
"requests",
Expand Down

0 comments on commit 022c0bc

Please sign in to comment.