Skip to content

Commit

Permalink
remove unused Reexport package
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 1, 2024
1 parent 798d6f1 commit 440060b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
HybridSystems = "2207ec0c-686c-5054-b4d2-543502888820"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
MathematicalSystems = "d14a8603-c872-5ed3-9ece-53e0e82e39da"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"

[compat]
Expand All @@ -17,6 +16,5 @@ EzXML = "1"
HybridSystems = "0.4"
LazySets = "1, 2"
MathematicalSystems = "0.11, 0.12, 0.13"
Reexport = "0.2, 1"
SymEngine = "0.7, 0.8, 0.9, 0.10, 0.11"
julia = "1.2"
2 changes: 1 addition & 1 deletion src/SpaceExParser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Load dependencies
=========================================#

using DataStructures: OrderedDict
using EzXML, HybridSystems, LazySets, MathematicalSystems, Reexport, SymEngine
using EzXML, HybridSystems, LazySets, MathematicalSystems, SymEngine

#=========================
Input/Output functions
Expand Down

0 comments on commit 440060b

Please sign in to comment.