Skip to content

Commit

Permalink
Merge pull request #210 from sathvikbhagavan/sb/rat
Browse files Browse the repository at this point in the history
build: remove RecursiveArrayTools as it is not used in the package
  • Loading branch information
ChrisRackauckas authored Dec 6, 2023
2 parents 2fd5173 + bb72731 commit d50ae1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "4.5.0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

Expand All @@ -31,7 +30,6 @@ Optim = "0.19, 0.20, 0.21, 0.22, 1.0"
PrettyTables = "2"
QuadGK = "2.9.1"
RecipesBase = "0.8, 1.0"
RecursiveArrayTools = "2"
Reexport = "0.2, 1.0"
RegularizationTools = "0.6"
Requires = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/DataInterpolations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Base.setindex!(A::AbstractInterpolation{true}, x, i)
i <= length(A.u) ? (A.u[i] = x) : (A.t[i - length(A.u)] = x)
end

using LinearAlgebra, RecursiveArrayTools, RecipesBase
using LinearAlgebra, RecipesBase
using PrettyTables

include("interpolation_caches.jl")
Expand Down

0 comments on commit d50ae1b

Please sign in to comment.