From 72cfdf22f75a4f7dadd75571e90728ceac0555d4 Mon Sep 17 00:00:00 2001 From: kamangir Date: Mon, 13 Jan 2025 12:50:43 -0800 Subject: [PATCH] pipeline fix, hopefully - kamangir/bolt#746 --- README.md | 2 +- roofAI/__init__.py | 2 +- roofAI/tests/test_semseg_train.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cf34bfe..c3efab3e 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ pip install roofAI [![pylint](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/roofAI.svg)](https://pypi.org/project/roofAI/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/roofAI)](https://pypistats.org/packages/roofAI) -built by 🌀 [`blue_options-4.186.1`](https://github.com/kamangir/awesome-bash-cli), based on 🏛️ [`roofAI-5.25.1`](https://github.com/kamangir/roofAI). +built by 🌀 [`blue_options-4.187.1`](https://github.com/kamangir/awesome-bash-cli), based on 🏛️ [`roofAI-5.26.1`](https://github.com/kamangir/roofAI). diff --git a/roofAI/__init__.py b/roofAI/__init__.py index c8b273e1..a367e47e 100644 --- a/roofAI/__init__.py +++ b/roofAI/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} everything AI about roofs." -VERSION = "5.25.1" +VERSION = "5.26.1" MARQUEE = "https://github.com/kamangir/assets/blob/main/2023-10-28-16-28-36-88493-predict.gif?raw=true" diff --git a/roofAI/tests/test_semseg_train.py b/roofAI/tests/test_semseg_train.py index 8e5b3721..02caa3ea 100644 --- a/roofAI/tests/test_semseg_train.py +++ b/roofAI/tests/test_semseg_train.py @@ -1,6 +1,5 @@ import pytest -from blue_options.string import random from blue_objects import objects from blue_objects.mlflow import cache