From 908c19749ea255b8cbab3c0966a961729378afc1 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Sun, 26 May 2024 22:08:21 +0530 Subject: [PATCH] ci: upper-bound SymbolicUtils compat to <1.6 --- test/downstream/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/downstream/Project.toml b/test/downstream/Project.toml index 11ce0ff96..7d599049a 100644 --- a/test/downstream/Project.toml +++ b/test/downstream/Project.toml @@ -15,6 +15,7 @@ SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1" SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226" Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" +SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" @@ -35,5 +36,6 @@ SciMLSensitivity = "7.11" SciMLStructures = "1.1" Sundials = "4.11" SymbolicIndexingInterface = "0.3" +SymbolicUtils = "<1.6" Unitful = "1.12" Zygote = "0.6"