Skip to content

Commit

Permalink
Rm MultiData dep
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Feb 6, 2024
1 parent 9795331 commit ee8fd3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MultiData = "8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand Down Expand Up @@ -54,7 +53,7 @@ Reexport = "1"
Revise = "3"
SoleBase = "0.12"
SoleData = "0.13"
SoleLogics = "0.6"
SoleLogics = "0.7"
StatsBase = "0.30 - 0.34"
Suppressor = "0.2"
Tables = "1"
Expand Down
4 changes: 0 additions & 4 deletions src/SoleModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ using Reexport

using SoleBase

using MultiData
using MultiData: _isnan

@reexport using SoleData

using SoleData: AbstractLogiset, ismultilogiseed
using MultiData: dataframe2dimensional

@reexport using SoleLogics
using SoleLogics
Expand Down

0 comments on commit ee8fd3e

Please sign in to comment.