From 9b07248f8462e96e683f567ce3172d5dc2cdf57a Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Wed, 17 Jan 2024 06:30:12 +0000 Subject: [PATCH] fixup! build: bump compats of SciMLBase, Integrals and remove IntegralsCubature --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index abc26a945..b58865891 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,7 +25,7 @@ DiffEqBase = "6.106" Documenter = "1" DomainSets = "0.6" Flux = "0.13, 0.14" -Integrals = "3.3" +Integrals = "4" Lux = "0.4, 0.5" ModelingToolkit = "8.33" NeuralPDE = "5.3"