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"