Skip to content

Commit 47fec46

Browse files
committed
update requirements.
1 parent ef9f319 commit 47fec46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-cov
66
pytest-xdist
77
dill
88
# Test contrib dependencies
9-
tqdm<=4.48.0
9+
tqdm
1010
scikit-learn
1111
matplotlib
1212
tensorboardX

tests/ignite/contrib/handlers/test_tqdm_logger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
if sys.platform.startswith("win"):
1616
pytest.skip("Skip if on Windows", allow_module_level=True)
1717

18+
1819
def get_tqdm_version():
1920
import tqdm
2021
return Version(tqdm.__version__)
2122

23+
2224
def update_fn(engine, batch):
2325
a = 1
2426
engine.state.metrics["a"] = a

0 commit comments

Comments
 (0)