diff --git a/Manifest.toml b/Manifest.toml index 4c6593086847406d9fb0970e76416ba7043820c2..201f997a0fa2f6662f1d82eb03c6dca3c2b6e4d0 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.8.3" +julia_version = "1.8.5" manifest_format = "2.0" project_hash = "2c20afabe03d014276e9478d0fdccbc2cdd634c1" @@ -68,7 +68,7 @@ version = "4.3.0" [[deps.CompilerSupportLibraries_jll]] deps = ["Artifacts", "Libdl"] uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" -version = "0.5.2+0" +version = "1.0.1+0" [[deps.Conda]] deps = ["Downloads", "JSON", "VersionParsing"] @@ -310,11 +310,11 @@ version = "1.8.0" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "5021823ba822ab203b10b300fe4baef0cc795585" +git-tree-sha1 = "6bdc148939660e6d91f989cb917f54deb7df1d13" repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.9.3" +version = "0.9.4" [[deps.Preferences]] deps = ["TOML"] diff --git a/Project.toml b/Project.toml index dc81a0e81c3cf32d07bbba88283acf9b2e4f0ac1..960be42a8d7224486416b24b25d447a41e6fb08f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TaggingBackends" uuid = "e551f703-3b82-4335-b341-d497b48d519b" authors = ["François Laurent", "Institut Pasteur"] -version = "0.12.1" +version = "0.12.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index 0ba4b4696bb50d5cdba0fa9bae84dcaedd902411..be3406e9008fc3fe0dde5f766fcd14be0b37d8f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.12.1" +version = "0.12.2" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]