Skip to content

Commit

Permalink
Merge pull request #474 from SciML/fillarrays
Browse files Browse the repository at this point in the history
Remove FillArrays
  • Loading branch information
ChrisRackauckas authored Nov 17, 2023
2 parents d0824f7 + 3823f79 commit 23d434e
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 @@ -10,7 +10,6 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
Expand Down Expand Up @@ -38,7 +37,6 @@ DataStructures = "0.18"
DiffEqBase = "6.130.1"
DiffEqNoiseProcess = "5.13"
DocStringExtensions = "0.8, 0.9"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
JumpProcesses = "9"
Expand Down
2 changes: 1 addition & 1 deletion src/StochasticDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ using DocStringExtensions

using Logging, SparseArrays

using LinearAlgebra, Random, FillArrays
using LinearAlgebra, Random

import ForwardDiff.Dual

Expand Down

0 comments on commit 23d434e

Please sign in to comment.