From 18289b5d8e1c51c5f819404ab62c3740153c8d0e Mon Sep 17 00:00:00 2001 From: Evgenii Gorchakov Date: Tue, 29 Oct 2024 16:45:32 +0100 Subject: [PATCH] chore: bump video-reader-rs>=0.1.9 (#22) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebb503d..d718517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rbyte" -version = "0.5.2" +version = "0.6.0" description = "Multimodal PyTorch dataset library" authors = [{ name = "Evgenii Gorchakov", email = "evgenii@yaak.ai" }] maintainers = [{ name = "Evgenii Gorchakov", email = "evgenii@yaak.ai" }] @@ -49,7 +49,7 @@ yaak = ["protobuf", "ptars>=0.0.3"] jpeg = ["simplejpeg>=1.7.6"] video = [ "python-vali>=4.2.0.post0; sys_platform == 'linux'", - "video-reader-rs>=0.1.7", + "video-reader-rs>=0.1.9", ] hdf5 = ["h5py>=3.12.1"] rrd = ["rerun-sdk>=0.19.0", "pyarrow-stubs"]