Skip to content

Commit 69aaf12

Browse files
Update src/lightning/pytorch/utilities/imports.py
Co-authored-by: Bhimraj Yadav <[email protected]>
1 parent e058cee commit 69aaf12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lightning/pytorch/utilities/imports.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
_OMEGACONF_AVAILABLE = package_available("omegaconf")
3030
_TORCHVISION_AVAILABLE = RequirementCache("torchvision")
31-
_RICH_MIN_VERSION = "10.2.2"
32-
_RICH_AVAILABLE = RequirementCache(f"rich>={_RICH_MIN_VERSION}")
31+
_RICH_AVAILABLE = RequirementCache("rich>=10.2.2")
3332

3433

3534
@functools.lru_cache(maxsize=128)

0 commit comments

Comments
 (0)