Skip to content

Commit

Permalink
Bump version, restrict opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-batchelor committed Feb 14, 2025
1 parent d19690d commit efe9d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(

name="multical",
version="0.3.0",
version="0.4.0",
author="Oliver Batchelor",
author_email="[email protected]",
description="Flexible multi-camera multi-board camera calibration library and application.",
Expand Down Expand Up @@ -40,7 +40,7 @@
"numba",
"scipy",
"matplotlib",
"opencv-contrib-python>=4.5.0.0",
"opencv-contrib-python>=4.5.0.0,<=4.7.0",
"simple-parsing",
"natsort",
"cached-property",
Expand Down

0 comments on commit efe9d7d

Please sign in to comment.