Skip to content

Commit

Permalink
get rid of unused Requries dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Aug 10, 2024
1 parent 5a18ac9 commit b7e7013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
ManualMemory = "d125e4d3-2237-4719-b19c-fa641b8a4667"
PolyesterWeave = "1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"
Expand All @@ -23,7 +22,6 @@ CPUSummary = "0.1.2 - 0.1.8, 0.1.11, 0.2.1"
IfElse = "0.1"
ManualMemory = "0.1.3"
PolyesterWeave = "0.1.8, 0.2"
Requires = "1"
Static = "0.7, 0.8, 1"
StaticArrayInterface = "1"
StrideArraysCore = "0.3.11, 0.4, 0.5"
Expand Down
1 change: 0 additions & 1 deletion src/Polyester.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using StaticArrayInterface: static_length, static_step, static_first, static_siz
using StrideArraysCore: object_and_preserve
using ManualMemory: Reference
using Static
using Requires
using PolyesterWeave:
PolyesterWeave,
request_threads,
Expand Down

0 comments on commit b7e7013

Please sign in to comment.