Skip to content

Commit 3cae58c

Browse files
build: remove unnecessary MacroTools dependency
1 parent d141d4b commit 3cae58c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ version = "0.3.17"
66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9-
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
109
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
1110
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1211

1312
[compat]
1413
Accessors = "0.1.36"
1514
Aqua = "0.8"
1615
ArrayInterface = "7.9"
17-
MacroTools = "0.5.13"
1816
Pkg = "1"
1917
RuntimeGeneratedFunctions = "0.5.12"
2018
SafeTestsets = "0.0.1"

src/SymbolicIndexingInterface.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module SymbolicIndexingInterface
22

3-
import MacroTools
43
using RuntimeGeneratedFunctions
54
import StaticArraysCore: MArray, similar_type
65
import ArrayInterface

0 commit comments

Comments
 (0)