From fc699d45ed685b72e1b0ebcac3cf08e079d69ec2 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Wed, 7 Feb 2024 09:12:23 -0800 Subject: [PATCH] remove SciMLBase reqs --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9724d08b..c4833068 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,6 @@ PyPlot = "2" QuartzImageIO = "0.7" RecursiveArrayTools = "2.17" ReverseDiff = "1.15" -SciMLBase = "^2" SmoothingSplines = "0.3" SpecialFunctions = "1" StaticArrays = "1"