From d26ad2a4cecb03626c89a598553defe0ae4ee71e Mon Sep 17 00:00:00 2001 From: Ars Vladimirov Date: Tue, 23 Apr 2024 18:22:39 +0500 Subject: [PATCH] ch tags oneof json --- requirements.txt | 2 +- src/globals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a142c8c..2d723fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dataset-tools==0.0.66 +dataset-tools==0.0.67 humanize ujson scikit-image==0.21.0 \ No newline at end of file diff --git a/src/globals.py b/src/globals.py index a02b7fd..9df4f1d 100644 --- a/src/globals.py +++ b/src/globals.py @@ -25,5 +25,5 @@ # IMAGES_ALL_DCT = None CHUNK_SIZE: int = 1000 MINIMUM_DTOOLS_VERSION: str = ( - "0.0.66" # force stats to fully recalculate (f.e. when added new statistics) + "0.0.67" # force stats to fully recalculate (f.e. when added new statistics) )