File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors = ["Thibaut Lienart and Anthony Blaom"]
4
4
version = " 1.11.0"
5
5
6
6
[deps ]
7
+ REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
7
8
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
9
ScientificTypesBase = " 30f210dd-8aff-4c5f-94ba-8e64358c1161"
9
10
StatisticalTraits = " 64bff920-2084-43da-a3e6-9bb72801c0c9"
@@ -16,6 +17,7 @@ Distances = "0.10"
16
17
InteractiveUtils = " <0.0.1, 1"
17
18
Markdown = " <0.0.1, 1"
18
19
OrderedCollections = " 1"
20
+ REPL = " <0.0.1, 1"
19
21
Random = " <0.0.1, 1"
20
22
ScientificTypes = " 3"
21
23
ScientificTypesBase = " 3"
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const ABSTRACT_MODEL_SUBTYPES = [
63
63
using ScientificTypesBase
64
64
using StatisticalTraits
65
65
using Random
66
+ using REPL # apparently needed to get Base.Docs.doc to work
66
67
67
68
import StatisticalTraits: info
68
69
You can’t perform that action at this time.
0 commit comments