Skip to content

Commit

Permalink
ch tags oneof json
Browse files Browse the repository at this point in the history
  • Loading branch information
grokhi committed Apr 23, 2024
1 parent 543e34c commit d26ad2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dataset-tools==0.0.66
dataset-tools==0.0.67
humanize
ujson
scikit-image==0.21.0
2 changes: 1 addition & 1 deletion src/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)

0 comments on commit d26ad2a

Please sign in to comment.