From 27cc50964625b439e528f44ddca18ca70626b164 Mon Sep 17 00:00:00 2001 From: Alexey Stukalov Date: Thu, 8 Sep 2022 10:07:57 -0700 Subject: [PATCH] require DiffTests 0.1.2 To test the autodiff of `f(x)=M*x` or `f(x)=M\x` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad1c0fa9..6d344216 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Calculus = "0.2, 0.3, 0.4, 0.5" CommonSubexpressions = "0.3" DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.1" DiffRules = "1.4.0" -DiffTests = "0.0.1, 0.1" +DiffTests = "0.1.2" LogExpFunctions = "0.3" NaNMath = "0.2.2, 0.3, 1" Preferences = "1"