From 6543fe5c955042263a5f4add4d585811be7f05f5 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Sun, 15 Dec 2024 17:06:57 +0400 Subject: [PATCH] chore: update rawpy to 0.24.0 to support Python 3.13 --- poetry.lock | 51 +++++++++++++++++++++++++++----------------------- pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83ca6846..9f2b74be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "certifi" @@ -879,31 +879,36 @@ files = [ [[package]] name = "rawpy" -version = "0.23.2" +version = "0.24.0" description = "RAW image processing for Python, a wrapper for libraw" optional = false python-versions = "*" files = [ - {file = "rawpy-0.23.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5687a050af9e026c88bff62741214c32c7a4491244fa642c6a1b9807dc18e29c"}, - {file = "rawpy-0.23.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:14faecb9b69aa4eaea9711e06eb817b716132bb77b47318efd11273d1115f438"}, - {file = "rawpy-0.23.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:80251d3cdfcf04d3d56f3209697a231a730c54e48f0d69acc086a8a47875aefe"}, - {file = "rawpy-0.23.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc52ce40f68ac07cd44c4239dd0b6effff303ba731587e82d938dc6cb58e5df8"}, - {file = "rawpy-0.23.2-cp310-cp310-win_amd64.whl", hash = "sha256:d00d97f722f42e9e3173eb4446465a77ea2c374b8b3043f2cf6e6e0b893bcc40"}, - {file = "rawpy-0.23.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:dd77b7ad389b47d374b522cb93ff2ed07f54230c92be8c13bfd7a620f7b9c566"}, - {file = "rawpy-0.23.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d1e00dea7636031244633606a5ef95f7087c6807f3cecc9829cfe09809c6b99a"}, - {file = "rawpy-0.23.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9e58c8d33381e9638f22909554eb442f6043fdc0b475701c424b8ca05afe5d36"}, - {file = "rawpy-0.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59c0701667f13d1773f3b6bab60b9a7a6e22ff184d25f4c1d1bfb444fef98914"}, - {file = "rawpy-0.23.2-cp311-cp311-win_amd64.whl", hash = "sha256:cf4790b20a0b27232b9511669e8777d839863efc9acc38e82db87dfec0384b4a"}, - {file = "rawpy-0.23.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b4fbda4ba01ee3bde82d3940e025f226c715fc963bb876532d640490de133c0e"}, - {file = "rawpy-0.23.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5998a4f7cd13236bbde72811dff3a9be7b723ef25078263ecef8ec826328483e"}, - {file = "rawpy-0.23.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d138c6ebc2796b44d57bbae306ec75076acd0b59091de8b886d1e9e6c30b966b"}, - {file = "rawpy-0.23.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0ce160d06b353769abc5ac6298fbf812d218c49943f1fe9fa97229e8846ca6d"}, - {file = "rawpy-0.23.2-cp312-cp312-win_amd64.whl", hash = "sha256:75fd34b63bed8ed9f585fb8d783b6260c32b45a25c202e812af642dc05837bd7"}, - {file = "rawpy-0.23.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:aa2301297d8c95a6b49e41798240c14619f4753fe35f80d565fb303ea95412d1"}, - {file = "rawpy-0.23.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:490df6aed38a63e01bec71be6c3dcaa8541b23911459f0160cb56d9b745ce74c"}, - {file = "rawpy-0.23.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b17f4f7d53b7cf8fc33879a7e36439b6cbac152ab923238245cc1ee010d86cc"}, - {file = "rawpy-0.23.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5851361e31669f7e08493dd0ed70817ea82db18a74437abf97b44cf02881fd3c"}, - {file = "rawpy-0.23.2-cp39-cp39-win_amd64.whl", hash = "sha256:540eac17a50f6d9f84500ba1ec8d4e53472f2ee82293d9af99a7c76fcdf819a2"}, + {file = "rawpy-0.24.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a36b91c76b36c8728c1e30cc1ffadfb37c2612fba30914c6e8a1ab74813eb9c8"}, + {file = "rawpy-0.24.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c9f2e471412d649fcab7b2ae0ce70c4eb3546145038727ac4e0107937ce7d5b2"}, + {file = "rawpy-0.24.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee8856d471676210e1db790d50c9b9853a578e3cf43c9988f28f799a172d0675"}, + {file = "rawpy-0.24.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64c79d4a1e7e994eb73eb7af2f986f3d871931bb32c2faac9344e61f723b2aea"}, + {file = "rawpy-0.24.0-cp310-cp310-win_amd64.whl", hash = "sha256:8ae80421393efd1c5db2b4e1d3db4f8b21bf112429014f4266a8e52dca50cad5"}, + {file = "rawpy-0.24.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c684fa8766055ec5e0af1e5cc83cf1959f72b730eaed9baa4b1e57bc50f202f"}, + {file = "rawpy-0.24.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d5f2fcebe8b32dc45b0e88619f9200d103d2b791c06549388b94e6ab70b098b9"}, + {file = "rawpy-0.24.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0744aa22d24fcae895eab98361f2ff3f1f494c43dc4ce22dec0b8b83ea2ed5dc"}, + {file = "rawpy-0.24.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0464164361c97bdd4dc10da17a11e9fa47a9e379c36ea4a1b68053c7ebe7b38f"}, + {file = "rawpy-0.24.0-cp311-cp311-win_amd64.whl", hash = "sha256:756c587ad93e008c27b538e42a8b8729c12e724dde48867029cab5715b3fba3b"}, + {file = "rawpy-0.24.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ed639b0dc91c3e85d6c39303a1523b7e1edc4f4b0381c376ed0ff99febb306e4"}, + {file = "rawpy-0.24.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1097b10eed4027e5b50006548190602e1adba9c824526b45f7a37781cfa01818"}, + {file = "rawpy-0.24.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:17a970fd8cdece57929d6e99ce64503f21b51c00ab132bad53065bd523154892"}, + {file = "rawpy-0.24.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a12fc4e6c5879b88c6937abb9f3f6670dd34d126b4a770ad4566e9f747e306fb"}, + {file = "rawpy-0.24.0-cp312-cp312-win_amd64.whl", hash = "sha256:9277f6839424ed88fe11a87f3e934987ff42846dcb73a9b8cb8e9f1e934ec6db"}, + {file = "rawpy-0.24.0-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:8689b12779f9ac7b59a744dc12390214b971a70cc121b25c9207f7367889e21d"}, + {file = "rawpy-0.24.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b26cae58c2effbec506eeaf36e0ec0fd7bc0f40bebb2754686897ea6389a9f47"}, + {file = "rawpy-0.24.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7cd218d0c5f7ff00dacfdea36756a5f1d76f3d36815e168a18a86059ff45b94"}, + {file = "rawpy-0.24.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee0ce86b2d49f6936943cf633dff6320e83a500dd8c69652ab6f0bcf6b3b45c3"}, + {file = "rawpy-0.24.0-cp313-cp313-win_amd64.whl", hash = "sha256:691d6dc1dac2da3b9f7991b5eec6ff3e520c30e7820e33cb35828c35ff78eea4"}, + {file = "rawpy-0.24.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6e6d363adf4b9e1133d0e7b1a2551165fa559e827f98ed6992b92c1602acbcf2"}, + {file = "rawpy-0.24.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4626b890ca933c096b064d563d7e713cff35ee9a9766636b660e7e098cab15f1"}, + {file = "rawpy-0.24.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34faf669b49904e6bac540d8059dd3b1982c4fbff500512ba45f6cef0240e627"}, + {file = "rawpy-0.24.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1a47d42794740d02059a93a40cc4b8f589bf73236490f76f7a88c4111b0c9a1c"}, + {file = "rawpy-0.24.0-cp39-cp39-win_amd64.whl", hash = "sha256:cdc0a924eae47874bf0354a7a5aa1191b99cd0fe07464da21b4207b2f753a952"}, ] [package.dependencies] @@ -1499,4 +1504,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10 <3.13" -content-hash = "b2a6da33f461cdc98d09e03dcfe12cd38e6dc7ff8db3fd720f0ae85aeb64321a" +content-hash = "78f3014b6a35703e4865577efdf5a564c509785380a9b86251c444541fa576e5" diff --git a/pyproject.toml b/pyproject.toml index 79f13b4c..89ffdb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ torchvision = [ { version = "==0.20.1+cpu", source = "pytorch-cpu", markers = "sys_platform == 'linux' and platform_machine != 'aarch64'" } ] tqdm = "^4.65.0" -rawpy = "^0.23.2" +rawpy = "^0.24.0" [tool.poetry.group.dev.dependencies] pycodestyle = ">=2.7,<3.0"