JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
80 stars 27 forks source link

Fix `check_registry()` circular dependency #493

Closed ablaom closed 1 year ago

ablaom commented 1 year ago

check_registry is using a Project.toml with MLJTestIntegration in it. But MLJTestIntegration depends on MLJ, which depends on MLJModels!