Skip to content

Commit f19c098

Browse files
authored
Merge pull request #110 from sebi06/fix/disable-tqdm-in-ci-environments
fix: disable tqdm in CI environments to prevent threading deadlock
2 parents c1053ca + 22de4b0 commit f19c098

File tree

4 files changed

+286
-75
lines changed

4 files changed

+286
-75
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = czitools
3-
version = 0.13.0
3+
version = 0.13.1
44
author = Sebastian Rhode
55
author_email = sebrhode@gmail.com
66
url = https://github.com/sebi06/czitools
@@ -39,7 +39,7 @@ python_requires = >=3.10, <3.14
3939
install_requires =
4040
pylibCZIrw>=5
4141
aicspylibczi>=3.3.1
42-
tqdm
42+
progressbar2
4343
pandas
4444
python-dateutil
4545
python-box[all]

0 commit comments

Comments
 (0)