From ba24f8ffd28a1535e39ad4a8c90f662511be2802 Mon Sep 17 00:00:00 2001 From: Alex Riss <00alexx@riss.at> Date: Wed, 26 Apr 2023 21:10:07 +0200 Subject: [PATCH] freeze TranscodingStreams version to fix error with transcode function --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index f56a10f..0a7640a 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ SpmImages = "a5d333f8-9588-4c9f-ac4d-4583361e1fcb" SpmSpectroscopy = "9ab0b2fc-e013-4186-b0b9-58e9a8cad668" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" +TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" @@ -54,6 +55,7 @@ SnoopPrecompile = "^1.0" SpmImages = "^0.3.2" SpmSpectroscopy = "^0.5" StatsBase = "^0.33" +TranscodingStreams = "=0.9.11" ZipFile = "^0.10" julia = "^1.8"