Skip to content

Commit

Permalink
Merge pull request #37 from avik-pal/ap/unused_deps
Browse files Browse the repository at this point in the history
chore: remove unused dependencies
  • Loading branch information
ChrisRackauckas authored Aug 8, 2024
2 parents 5f66a5a + 9b35dcd commit f4c6af8
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,41 +1,39 @@
name = "StaticArrayInterface"
uuid = "0d7ed370-da01-4f52-bd93-41d350b8b718"
version = "1.5.1"
version = "1.5.2"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

[weakdeps]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[extensions]
StaticArrayInterfaceOffsetArraysExt = "OffsetArrays"
StaticArrayInterfaceStaticArraysExt = "StaticArrays"

[compat]
ArrayInterface = "7"
Compat = "4"
IfElse = "0.1"
PrecompileTools = "1"
Static = "0.8, 1"
Requires = "1"
Static = "0.8, 1"
julia = "1.6"

[extensions]
StaticArrayInterfaceOffsetArraysExt = "OffsetArrays"
StaticArrayInterfaceStaticArraysExt = "StaticArrays"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["SafeTestsets", "Pkg", "Test", "OffsetArrays", "StaticArrays"]

[weakdeps]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

0 comments on commit f4c6af8

Please sign in to comment.