Skip to content

Commit e7d002e

Browse files
Fully remove Requires.jl
All of the GPU overloads are no longer required given better fallbacks in GPUArrays.jl
1 parent 8a8c43e commit e7d002e

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1111
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1212
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
14-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1514
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1615
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1716
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
@@ -23,7 +22,6 @@ ChainRulesCore = "0.10.7, 1"
2322
DocStringExtensions = "0.8"
2423
FillArrays = "0.11, 0.12, 0.13"
2524
RecipesBase = "0.7, 0.8, 1.0"
26-
Requires = "0.5, 1.0"
2725
StaticArrays = "0.12, 1.0"
2826
ZygoteRules = "0.2"
2927
julia = "1.6"

src/RecursiveArrayTools.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ abstract type AbstractDiffEqArray{T, N, A} <: AbstractVectorOfArray{T, N, A} end
2020
include("utils.jl")
2121
include("vector_of_array.jl")
2222
include("array_partition.jl")
23-
include("init.jl")
2423
include("zygote.jl")
2524

2625
Base.show(io::IO, x::Union{ArrayPartition,AbstractVectorOfArray}) = invoke(show, Tuple{typeof(io), Any}, io, x)

src/init.jl

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)