Skip to content

Commit 89661c2

Browse files
committed
properly fix Project.toml
1 parent ff51f25 commit 89661c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Project.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
99
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
1010

11-
[compat]
12-
StridedViews = "0.1,0.2,0.3"
13-
TupleTools = "1.1"
14-
julia = "1.6"
15-
1611
[compat]
1712
Aqua = "0.8"
1813
LinearAlgebra = "1.6"
1914
Random = "1.6"
15+
StridedViews = "0.1,0.2,0.3"
2016
Test = "1.6"
17+
TupleTools = "1.1"
2118
julia = "1.6"
2219

2320
[extras]

0 commit comments

Comments
 (0)