Skip to content

Commit

Permalink
add Distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 27, 2021
1 parent c7133d1 commit f7b2a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
1 change: 1 addition & 0 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using RecipesBase, RecursiveArrayTools, Tables, TreeViews
using DocStringExtensions
using LinearAlgebra
using Statistics
using Distributed

import Logging, ArrayInterface
import IteratorInterfaceExtensions
Expand Down

0 comments on commit f7b2a5e

Please sign in to comment.