diff --git a/poetry.lock b/poetry.lock index c40971fd658436451b2369cece27d07fc67ead46..6b76e473fb4f3cea9c0824216a7fb7360c980675 100644 --- a/poetry.lock +++ b/poetry.lock @@ -44,7 +44,7 @@ scipy = ">=1.7.3" [[package]] name = "aliby-baby" -version = "0.1.12" +version = "0.1.13" description = "Birth Annotator for Budding Yeast" category = "main" optional = false @@ -2487,7 +2487,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.11" -content-hash = "46031452609d68ef607168c6aad28750cd62bb7bdd8435fb7877169c5fefe67f" +content-hash = "b6ecf85f8086548a826eefc5470a25140e0d4ce40060f714638baf99d455cf84" [metadata.files] absl-py = [ @@ -2507,8 +2507,8 @@ aliby-agora = [ {file = "aliby_agora-0.2.30-py3-none-any.whl", hash = "sha256:443f8edfb51013e1944f52ae18cb21716037c1bb1a84ce9de9804468c57bd741"}, ] aliby-baby = [ - {file = "aliby-baby-0.1.12.tar.gz", hash = "sha256:122e4dae9ad94605a061a2381e9d5f9fd70673581dc14bc4528e6f269c4d344a"}, - {file = "aliby_baby-0.1.12-py3-none-any.whl", hash = "sha256:62be00bcca34bb48b664f2c0e2fff3fc7132d6be4763c4edea7956d261c45b36"}, + {file = "aliby-baby-0.1.13.tar.gz", hash = "sha256:aa1d3ff3223fd2d0f754c1c0b25dee519d332dbaae51f30fba4b509310de1a1b"}, + {file = "aliby_baby-0.1.13-py3-none-any.whl", hash = "sha256:935800fe57c485026c84137c173b5129daa51ca64ea7007ce9953d33cff87ef0"}, ] aliby-post = [ {file = "aliby-post-0.1.30.tar.gz", hash = "sha256:a9ef10f4bdbd07867009d087738ba639c045a8b5d43d59b7f95f0082c2bf6fd4"}, diff --git a/pyproject.toml b/pyproject.toml index c7079b2f354bdc926804cb2160b7a501fcf3925f..2a8b6bde44642b319a0de1db93fe210296f28195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aliby" -version = "0.1.33" +version = "0.1.34" description = "Process and analyse live-cell imaging data" authors = ["Alan Munoz <alan.munoz@ed.ac.uk>"] packages = [ @@ -25,7 +25,7 @@ h5py = "2.10" # I/O into files imageio = "2.8.0" omero-py = ">=5.6.2" # contact omero server aliby-agora = "^0.2.30" -aliby-baby = "^0.1.12" +aliby-baby = "^0.1.13" aliby-post = "^0.1.30" p-tqdm = "^1.3.3" # Parallel progress bars xmltodict = "^0.13.0" # read ome-tiff metadata