We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd1aee commit e3a1a75Copy full SHA for e3a1a75
Project.toml
@@ -0,0 +1,16 @@
1
+name = "RobotOS"
2
+uuid = "22415677-39a4-5241-a37a-00beabbbdae8"
3
+version = "0.7.1"
4
+
5
+[deps]
6
+PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
7
8
+[compat]
9
+PyCall = "≥ 1.90.0"
10
+julia = "≥ 0.7.0"
11
12
+[extras]
13
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
15
+[targets]
16
+test = ["Test"]
REQUIRE
0 commit comments