Skip to content

Commit fba4e14

Browse files
committed
rm Compat
1 parent 6ea649d commit fba4e14

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "1.22"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7-
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
87
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
98
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
109
RealDot = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
@@ -13,7 +12,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1312
[compat]
1413
ChainRulesCore = "1.11.5"
1514
ChainRulesTestUtils = "1"
16-
Compat = "3.35"
1715
FiniteDifferences = "0.12.20"
1816
JuliaInterpreter = "0.8" # latest is "0.9.1"
1917
RealDot = "0.1"

src/ChainRules.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module ChainRules
22

33
using Base.Broadcast: materialize, materialize!, broadcasted, Broadcasted, broadcastable
44
using ChainRulesCore
5-
using Compat
65
using LinearAlgebra
76
using LinearAlgebra.BLAS
87
using Random

0 commit comments

Comments
 (0)