From 053b22005a86adae7bd494b8cde1a264b73713c9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 00:44:13 +0000 Subject: [PATCH] CompatHelper: add new compat entry for TensorCast at version 0.4, (keep existing compat) --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e206233..0640d56 100644 --- a/Project.toml +++ b/Project.toml @@ -19,18 +19,19 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02" [weakdeps] -RobotOS = "22415677-39a4-5241-a37a-00beabbbdae8" Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" +RobotOS = "22415677-39a4-5241-a37a-00beabbbdae8" [extensions] -PyCaesarRobotOSExt = "RobotOS" PyCaesarImagesExt = "Images" +PyCaesarRobotOSExt = "RobotOS" [compat] Caesar = "0.15, 0.16" DocStringExtensions = "0.9" PyCall = "1" RobotOS = "0.7" +TensorCast = "0.4" Unmarshal = "0.4" julia = "1.9"