Skip to content

Commit

Permalink
Merge pull request #289 from FluxML/dev
Browse files Browse the repository at this point in the history
For a 0.6.2 release
  • Loading branch information
ablaom authored Jan 23, 2025
2 parents 637e67a + 0293a9f commit 595bc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJFlux"
uuid = "094fc8d1-fd35-5302-93ea-dabda2abf845"
authors = ["Anthony D. Blaom <[email protected]>", "Ayush Shridhar <[email protected]>"]
version = "0.6.1"
version = "0.6.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -21,7 +21,7 @@ CategoricalArrays = "0.10"
ColorTypes = "0.10.3, 0.11"
ComputationalResources = "0.3.2"
Flux = "0.14"
MLJModelInterface = "1.1.1"
MLJModelInterface = "1.11"
Metalhead = "0.9.3"
Optimisers = "0.3.2"
ProgressMeter = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/mlj_embedder_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ MMI.metadata_pkg(
package_uuid = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6",
package_url = "https://github.com/JuliaAI/MLJTransforms.jl",
is_pure_julia = true,
is_wrapper = true
)

MMI.metadata_model(
Expand All @@ -46,7 +47,6 @@ MMI.metadata_model(
MMI.target_in_fit(::Type{<:EntityEmbedder}) = true

# 9. Forwarding traits
MMI.is_wrapper(::Type{<:EntityEmbedder}) =true
MMI.supports_training_losses(::Type{<:EntityEmbedder}) = true


Expand Down

0 comments on commit 595bc9b

Please sign in to comment.