Skip to content

Commit f7b2a5e

Browse files
add Distributed
1 parent c7133d1 commit f7b2a5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com> and contributors"]
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
88
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
9+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
910
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1011
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
1112
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/SciMLBase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using RecipesBase, RecursiveArrayTools, Tables, TreeViews
44
using DocStringExtensions
55
using LinearAlgebra
66
using Statistics
7+
using Distributed
78

89
import Logging, ArrayInterface
910
import IteratorInterfaceExtensions

0 commit comments

Comments
 (0)