From f1d8e3232a1d292742878ba7e35761993cc79b97 Mon Sep 17 00:00:00 2001 From: tholok Date: Wed, 15 Apr 2026 10:26:44 +0200 Subject: [PATCH] fix example requirements --- examples/convert_recording.py | 2 +- examples/record_udp_to_file.py | 2 +- examples/trim_recording.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/convert_recording.py b/examples/convert_recording.py index 1402cd5..88173b6 100644 --- a/examples/convert_recording.py +++ b/examples/convert_recording.py @@ -2,7 +2,7 @@ # requires-python = ">=3.10" # dependencies = [ # "pillow>=12.1.0,<13", -# "wlsonar>=0.3.1,<0.5", +# "wlsonar>=0.5,<0.6", # ] # /// """Example use of wlsonar module to convert .sonar recordings to .xyz and .png files.""" diff --git a/examples/record_udp_to_file.py b/examples/record_udp_to_file.py index 51d365d..ae0b990 100644 --- a/examples/record_udp_to_file.py +++ b/examples/record_udp_to_file.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.10" # dependencies = [ -# "wlsonar>=0.3.1,<0.5", +# "wlsonar>=0.5,<0.6", # ] # /// """Example use of wlsonar module: Record UDP packets from Sonar 3D-15 to a .sonar file.""" diff --git a/examples/trim_recording.py b/examples/trim_recording.py index 5ca5a1c..fcbf919 100644 --- a/examples/trim_recording.py +++ b/examples/trim_recording.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.10" # dependencies = [ -# "wlsonar>=0.3.1,<0.5", +# "wlsonar>=0.5,<0.6", # ] # /// """Example use of wlsonar module to trim a .sonar recording by timestamps.""" diff --git a/pyproject.toml b/pyproject.toml index 4fb6ff2..2d18151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wlsonar" -version = "0.5.0" +version = "0.5.1" description = "Python client and Range Image Protocol utilities for Water Linked Sonar 3D-15." readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 97b1679..f749269 100644 --- a/uv.lock +++ b/uv.lock @@ -634,7 +634,7 @@ wheels = [ [[package]] name = "wlsonar" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "protobuf" },