Skip to content

Commit

Permalink
Compats (#14)
Browse files Browse the repository at this point in the history
* rename file to types.jl

* add compat requirements
  • Loading branch information
tiemvanderdeure authored Jan 23, 2024
1 parent c27a213 commit 574b696
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CategoricalArrays = "0.10"
DelimitedFiles = "1"
GLM = "1"
GLMNet = "0.7"
Interpolations = "0.15"
Lasso = "0.7"
MLJBase = "1"
MLJModelInterface = "1"
Statistics = "1"
StatsAPI = "1"
StatsBase = "0.34"
Tables = "1"
Test = "1"
julia = "1.9"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/Maxnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include("lasso.jl")
include("feature_classes.jl")
include("model_matrix.jl")
include("regularization.jl")
include("MaxnetModel.jl")
include("types.jl")
include("maxnet_function.jl")
include("predict.jl")
include("response_curves.jl")
Expand Down
File renamed without changes.

0 comments on commit 574b696

Please sign in to comment.