Skip to content

Commit

Permalink
move to StaticArraysCore
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Feb 22, 2024
1 parent 383dd15 commit f33a621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.7.11"
[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

Expand All @@ -28,7 +28,7 @@ Plots = "1"
Random = "1"
RecipesBase = "1"
Scanf = "0.5"
StaticArrays = "1"
StaticArraysCore = "1"
Statistics = "1"
Test = "1"
TupleTools = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/unionalgorithms.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import TupleTools
import StaticArrays: SVector
import StaticArraysCore: SVector

"""
leftof(I1::TypedEndpointsInterval, I2::TypedEndpointsInterval)
Expand Down

0 comments on commit f33a621

Please sign in to comment.