Skip to content

Commit aae240c

Browse files
authored
Merge pull request #149 from KristofferC/master
get rid of unused Requries dependency
2 parents 5a18ac9 + b7e7013 commit aae240c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
1010
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
1111
ManualMemory = "d125e4d3-2237-4719-b19c-fa641b8a4667"
1212
PolyesterWeave = "1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
13-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1413
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1514
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
1615
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"
@@ -23,7 +22,6 @@ CPUSummary = "0.1.2 - 0.1.8, 0.1.11, 0.2.1"
2322
IfElse = "0.1"
2423
ManualMemory = "0.1.3"
2524
PolyesterWeave = "0.1.8, 0.2"
26-
Requires = "1"
2725
Static = "0.7, 0.8, 1"
2826
StaticArrayInterface = "1"
2927
StrideArraysCore = "0.3.11, 0.4, 0.5"

src/Polyester.jl

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ using StaticArrayInterface: static_length, static_step, static_first, static_siz
1111
using StrideArraysCore: object_and_preserve
1212
using ManualMemory: Reference
1313
using Static
14-
using Requires
1514
using PolyesterWeave:
1615
PolyesterWeave,
1716
request_threads,

0 commit comments

Comments
 (0)