Skip to content

Commit 7c93057

Browse files
committed
fix zygote dependency
1 parent f4de186 commit 7c93057

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Manifest.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -920,17 +920,7 @@ uuid = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
920920
version = "0.8.3"
921921

922922
[[Zygote]]
923-
deps = ["DiffRules", "FFTW", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
924-
git-tree-sha1 = "58d72525e3b3bf015c91f2b89dc5807291924c2f"
925-
repo-rev = "master"
926-
repo-url = "https://github.com/FluxML/Zygote.jl.git"
923+
deps = ["DiffRules", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics"]
924+
git-tree-sha1 = "520d65c5e5554473863d738bde053f5f6769d3be"
927925
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
928926
version = "0.3.2"
929-
930-
[[ZygoteRules]]
931-
deps = ["MacroTools"]
932-
git-tree-sha1 = "24edeee7ac0e5537ce87054b0a6eda1c30cabfac"
933-
repo-rev = "master"
934-
repo-url = "https://github.com/FluxML/ZygoteRules.jl"
935-
uuid = "700de1a5-db45-46bc-99cf-38207098b444"
936-
version = "0.1.0"

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
5050
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
5151
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
5252
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
53-
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
5453

5554
[compat]
5655
DynamicHMC = "^1.0.5"

0 commit comments

Comments
 (0)