Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #218 from invenia/rf/chain-rules-upper-bound
Browse files Browse the repository at this point in the history
Upperbound ChainRules to make nightly pass again
  • Loading branch information
rofinn committed Sep 16, 2022
2 parents f12de3e + 5746c9a commit 609362a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Nabla"
uuid = "49c96f43-aa6d-5a04-a506-44c7070ebe78"
version = "0.13.4"
version = "0.13.5"

[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
Expand All @@ -15,7 +15,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ChainRules = "0.8, 1"
ChainRules = "=1.35.2"
ChainRulesCore = "0.10.9, 1"
ChainRulesOverloadGeneration = "0.1.2"
ExprTools = "0.1.4"
Expand Down

0 comments on commit 609362a

Please sign in to comment.