Skip to content
Snippets Groups Projects
Commit 9f7300e5 authored by François  LAURENT's avatar François LAURENT
Browse files

Merge branch 'dev'

parents fa0b37d7 b1632a66
No related branches found
No related tags found
No related merge requests found
Pipeline #131667 passed
# 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"]
......
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment