diff --git a/pyproject.toml b/pyproject.toml index 5273e2ee..397e23a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,6 @@ explicit = true [tool.uv.sources] gdal = { index = "large_image_wheels" } -batbot = { git = "https://github.com/Kitware/batbot", branch= "tas/update-metadata" } [tool.ruff] line-length = 100 diff --git a/scripts/batbot/batbot_spectrogram.py b/scripts/batbot/batbot_spectrogram.py index 555b9d4b..f4f4e378 100644 --- a/scripts/batbot/batbot_spectrogram.py +++ b/scripts/batbot/batbot_spectrogram.py @@ -6,8 +6,6 @@ # "pydantic", # ] # -# [tool.uv.sources] -# batbot = { git = "https://github.com/Kitware/batbot", branch= "restructure-waveplot-metadata" } # /// from __future__ import annotations diff --git a/uv.lock b/uv.lock index cc5415f3..78a2d5db 100644 --- a/uv.lock +++ b/uv.lock @@ -184,8 +184,8 @@ wheels = [ [[package]] name = "batbot" -version = "0.1.2" -source = { git = "https://github.com/Kitware/batbot?branch=tas%2Fupdate-metadata#5fd3093c84e0d993d620f167fedd975574b306f3" } +version = "0.1.3" +source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "cryptography" }, @@ -204,6 +204,10 @@ dependencies = [ { name = "sphinx-click" }, { name = "tqdm" }, ] +sdist = { url = "https://files.pythonhosted.org/packages/b7/96/ef93db9cb220833ba894dcf7cee0281d1175d2180a8569fb49cd2db6738f/batbot-0.1.3.tar.gz", hash = "sha256:ab9565a147895f84d072af87717973c84240d2f432201aac515bec7564c5ae7e", size = 3903495, upload-time = "2026-03-18T13:52:58.955Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f8/ad/8e7d8132c902cb1e503459628c2e26cca9ec1ef006db81f6d11023db5ab8/batbot-0.1.3-py3-none-any.whl", hash = "sha256:93ba423ceaa708595f2ab931d16aeb0926bd051e025b461f03bf5f5790ea4096", size = 35899, upload-time = "2026-03-18T13:52:57.639Z" }, +] [[package]] name = "bats-ai" @@ -286,7 +290,7 @@ type = [ [package.metadata] requires-dist = [ - { name = "batbot", marker = "extra == 'tasks'", git = "https://github.com/Kitware/batbot?branch=tas%2Fupdate-metadata" }, + { name = "batbot", marker = "extra == 'tasks'", specifier = "==0.1.3" }, { name = "celery", specifier = "==5.6.2" }, { name = "django", extras = ["argon2"], specifier = "==6.0.3" }, { name = "django-allauth", specifier = "==65.15.0" },