Skip to content

Commit

Permalink
Merge pull request #9 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.1.1 release
  • Loading branch information
ablaom authored Jun 30, 2021
2 parents 09c43eb + 71193b6 commit 89399da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "MLJEnsembles"
uuid = "50ed68f4-41fd-4504-931a-ed422449fee0"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Expand All @@ -22,7 +22,7 @@ Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
MLJBase = "0.18"
MLJModelInterface = "0.4.1, 1.1"
ProgressMeter = "1.1"
ScientificTypes = "1.1.1"
ScientificTypesBase = "1"
StatsBase = "0.32, 0.33"
julia = "1.1"

Expand Down
2 changes: 1 addition & 1 deletion src/ensembles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using ComputationalResources
using MLJBase
using Distributed
import Distributions
using ScientificTypes: Continuous
using ScientificTypesBase: Continuous
using ProgressMeter
import StatsBase

Expand Down

0 comments on commit 89399da

Please sign in to comment.