diff --git a/Manifest.toml b/Manifest.toml index 0710f6a14600fcdbc1b9154532d89a55ed0daa95..b225bae4be49349bd60c395856c0bc93f28935ab 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -1,6 +1,6 @@ # This file is machine-generated - editing it directly is not advised -julia_version = "1.10.0" +julia_version = "1.10.2" manifest_format = "2.0" project_hash = "2c20afabe03d014276e9478d0fdccbc2cdd634c1" @@ -64,7 +64,7 @@ weakdeps = ["Dates", "LinearAlgebra"] [[deps.CompilerSupportLibraries_jll]] deps = ["Artifacts", "Libdl"] uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" -version = "1.0.5+1" +version = "1.1.0+0" [[deps.Conda]] deps = ["Downloads", "JSON", "VersionParsing"] @@ -291,7 +291,7 @@ version = "1.12.9" [[deps.OpenBLAS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" -version = "0.3.23+2" +version = "0.3.23+4" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] diff --git a/README.md b/README.md index 9164dd4eb732a06b28315046350c1bdd9a6c42fc..13b1f2a863e87d683d7762441811056acca8f7e1 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,9 @@ the available trained models. ## Recommended installation +> In the particular case of MaggotUBA, note MaggotUBA-adapter is not supported by macOS or Windows due to its dependency on PyTorch 1. +> Please consider LarvaTagger's Docker image instead. + TaggingBackends uses both Python and Julia. In particular, Python-side *taggingbackends* may call Julia-side *TaggingBackends* to compile the data from a data repository, prior to training a tagger. @@ -232,6 +235,3 @@ As exemplified above, on Linux, or macOS with coreutils installed, a relative pa ``` JULIA_PROJECT=$(realpath <path>) ``` - -There is a known issue with `JULIA_PROJECT` not being properly propagated on calling `larvatagger.jl`, in the case Julia was installed using juliaup. -Prefer [jill](https://pypi.org/project/jill/) instead of juliaup.