Skip to content

Commit

Permalink
CompatHelper: add new compat entry for TensorCast at version 0.4, (ke…
Browse files Browse the repository at this point in the history
…ep existing compat)
  • Loading branch information
CompatHelper Julia committed Sep 22, 2023
1 parent 8871750 commit 053b220
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 053b220

Please sign in to comment.