From 57a4142aa3b0a121ad9faec93b447da2750f7dce Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 23 Sep 2021 07:54:37 -0400 Subject: [PATCH 1/4] Check master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e38fad05..744e0ccae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # DiffEqSensitivity.jl + [![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://github.com/SciML/DiffEqSensitivity.jl/workflows/CI/badge.svg)](https://github.com/SciML/DiffEqSensitivity.jl/actions?query=workflow%3ACI) [![Build status](https://badge.buildkite.com/e0ee4d9d914eb44a43c291d78c53047eeff95e7edb7881b6f7.svg)](https://buildkite.com/julialang/diffeqsensitivity-dot-jl) From e9c26bc2e9f0d00afb7e6ecb479eaf151fa73a1f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 23 Sep 2021 08:07:48 -0400 Subject: [PATCH 2/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0c1769d66..36e270d71 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ Requires = "1" ReverseDiff = "1.9" StochasticDiffEq = "6.20" Tracker = "0.2" -Zygote = "0.4, 0.5, 0.6" +Zygote = "0.4, 0.5, 0.6-0.6.21" ZygoteRules = "0.2" julia = "1.6" From bf35c186f90bd13f6a630678bc01a2c5f1454749 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 23 Sep 2021 08:38:43 -0400 Subject: [PATCH 3/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36e270d71..e98917e9a 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ Requires = "1" ReverseDiff = "1.9" StochasticDiffEq = "6.20" Tracker = "0.2" -Zygote = "0.4, 0.5, 0.6-0.6.21" +Zygote = "=0.6.21" ZygoteRules = "0.2" julia = "1.6" From c047f580be5f84268d31b478de18e6c37ae6dc3e Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 1 Oct 2021 07:23:35 -0400 Subject: [PATCH 4/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e98917e9a..d8cf2cea5 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ Requires = "1" ReverseDiff = "1.9" StochasticDiffEq = "6.20" Tracker = "0.2" -Zygote = "=0.6.21" +Zygote = "0.6" ZygoteRules = "0.2" julia = "1.6"