Skip to content

Commit

Permalink
chore: bump video-reader-rs>=0.1.9 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
egorchakov authored Oct 29, 2024
1 parent 0319b7a commit 18289b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 18289b5

Please sign in to comment.