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 b5692cc commit a59a2ebCopy full SHA for a59a2eb
Project.toml
@@ -9,15 +9,15 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9
WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128"
10
11
[compat]
12
-DataStructures = "0.17"
+DataStructures = "0.17, 0.18"
13
WinReg = "0.3.1"
14
julia = "1"
15
16
[extras]
17
+DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
18
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
Taro = "61d0e4fa-4e73-5030-88a9-ae4c27b203dd"
20
-DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21
22
[targets]
23
-test = ["Taro", "Pkg", "Test","DataFrames"]
+test = ["Taro", "Pkg", "Test", "DataFrames"]
0 commit comments