Skip to content

Commit

Permalink
build: bump SciMLBase compat, remove SII dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Feb 2, 2024
1 parent ff91879 commit 402b347
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"

[weakdeps]
Expand Down Expand Up @@ -57,10 +56,9 @@ Printf = "1.10"
ProgressLogging = "0.1"
Reexport = "1.2"
ReverseDiff = "1.14"
SciMLBase = "< 2.23.0"
SciMLBase = "2.23.0"
SparseArrays = "1.10"
SparseDiffTools = "2.14"
SymbolicIndexingInterface = "0.3.2"
Symbolics = "5.12"
TerminalLoggers = "0.1"
Tracker = "0.2.29"
Expand Down
1 change: 0 additions & 1 deletion src/Optimization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ end

using Logging, ProgressLogging, ConsoleProgressMonitor, TerminalLoggers, LoggingExtras
using ArrayInterface, Base.Iterators, SparseArrays, LinearAlgebra
using SymbolicIndexingInterface
using Pkg

import SciMLBase: OptimizationProblem,
Expand Down

0 comments on commit 402b347

Please sign in to comment.