From 094244ef8de8debc23f9cff7b8f42e45c148bb59 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 7 Jan 2025 09:04:20 +0000 Subject: [PATCH] removed --ignore_camera_warnings_and_run_without_camera_exposure_control --- marimapper/utils.py | 6 ------ pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/marimapper/utils.py b/marimapper/utils.py index 6353e1a..3f1541e 100644 --- a/marimapper/utils.py +++ b/marimapper/utils.py @@ -38,12 +38,6 @@ def add_common_args(parser): parser.add_argument("-v", "--verbose", action="store_true") - parser.add_argument( - "--ignore_camera_warnings_and_run_without_camera_exposure_control", - action="store_true", - help="Camera doesn't support camera control but don't have any other options? I mean you can try...", - ) - def add_backend_args(parser): parser.add_argument( diff --git a/pyproject.toml b/pyproject.toml index 4c256bb..6732922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "marimapper" -version = "V2.4" +version = "V2.4.1" dependencies = [ "numpy<1.25.0,>=1.17.3",