Skip to content

Commit e3a1a75

Browse files
committed
Replace REQUIRE with Project.toml
1 parent 7fd1aee commit e3a1a75

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Diff for: Project.toml

+16
Original file line numberDiff line numberDiff line change
@@ -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"]

Diff for: REQUIRE

-2
This file was deleted.

0 commit comments

Comments
 (0)