Skip to content

Commit c057729

Browse files
Fix Zygote version
1 parent 0e7d97f commit c057729

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "2.38.0"
66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
109
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1110
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
1211
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
@@ -17,12 +16,10 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
1716
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1817
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1918
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
20-
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
2119

2220
[compat]
2321
Adapt = "3"
2422
ArrayInterface = "7"
25-
ChainRulesCore = "0.10.7, 1"
2623
DocStringExtensions = "0.8, 0.9"
2724
GPUArraysCore = "0.1"
2825
IteratorInterfaceExtensions = "1"
@@ -31,7 +28,7 @@ Requires = "1.0"
3128
StaticArraysCore = "1.1"
3229
SymbolicIndexingInterface = "0.1, 0.2"
3330
Tables = "1"
34-
ZygoteRules = "0.2"
31+
Zygote = "= 0.6.55"
3532
julia = "1.6"
3633

3734
[extensions]

src/RecursiveArrayTools.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ using RecipesBase, StaticArraysCore, Statistics,
99
ArrayInterface, LinearAlgebra
1010
using SymbolicIndexingInterface
1111

12-
import ChainRulesCore
13-
import ChainRulesCore: NoTangent
14-
import ZygoteRules, Adapt
12+
import Adapt
1513

1614
import Tables, IteratorInterfaceExtensions
1715

0 commit comments

Comments
 (0)