Skip to content

Commit

Permalink
Merge pull request #7 from Evovest/dev
Browse files Browse the repository at this point in the history
set compat to julia >= 1.9
  • Loading branch information
jeremiedb authored Apr 18, 2024
2 parents 76047fa + 1539a5f commit dbfee81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["jeremiedb <[email protected]>"]
name = "NeuroTreeModels"
uuid = "1db4e0a5-a364-4b0c-897c-2bd5a4a3a1f2"
version = "1.1.1"
version = "1.1.2"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -24,13 +24,13 @@ DataFrames = "1.3"
Flux = "0.13, 0.14"
MLJModelInterface = "1.0"
MLUtils = "0.4"
Optimisers = "0.2, 0.3"
Optimisers = "0.3"
Random = "1"
Statistics = "1"
StatsBase = "0.34"
Tables = "1.9"
cuDNN = "1"
julia = "1.6"
julia = "1.9"

[extras]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

## Installation

```julia
```julia-repl
] add NeuroTreeModels
```

⚠ Compatible with Julia >= v1.9.

## Configuring a model

A model configuration is defined with the [NeuroTreeRegressor](https://evovest.github.io/NeuroTreeModels.jl/dev/models#NeuroTreeModels.NeuroTreeRegressor) constructor:
Expand Down
3 changes: 0 additions & 3 deletions src/MLJ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ function MMI.predict(::NeuroTreeRegressor, fitresult, A)
return pred
end

MMI.supports_weights(::Type{<:NeuroTreeRegressor}) = true


# Metadata
MMI.metadata_pkg.(
(NeuroTreeRegressor),
Expand Down

0 comments on commit dbfee81

Please sign in to comment.