Skip to content

Commit 8eed570

Browse files
anthonyanthony
authored andcommitted
add REPL as dep to address Base.Docs.doc issue
1 parent 78c84b2 commit 8eed570

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Thibaut Lienart and Anthony Blaom"]
44
version = "1.11.0"
55

66
[deps]
7+
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
78
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
89
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
910
StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
@@ -16,6 +17,7 @@ Distances = "0.10"
1617
InteractiveUtils = "<0.0.1, 1"
1718
Markdown = "<0.0.1, 1"
1819
OrderedCollections = "1"
20+
REPL = "<0.0.1, 1"
1921
Random = "<0.0.1, 1"
2022
ScientificTypes = "3"
2123
ScientificTypesBase = "3"

src/MLJModelInterface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const ABSTRACT_MODEL_SUBTYPES = [
6363
using ScientificTypesBase
6464
using StatisticalTraits
6565
using Random
66+
using REPL # apparently needed to get Base.Docs.doc to work
6667

6768
import StatisticalTraits: info
6869

0 commit comments

Comments
 (0)