We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dd17e commit 790623aCopy full SHA for 790623a
src/lightning/pytorch/utilities/imports.py
@@ -28,8 +28,7 @@
28
29
_OMEGACONF_AVAILABLE = package_available("omegaconf")
30
_TORCHVISION_AVAILABLE = RequirementCache("torchvision")
31
-_RICH_MIN_VERSION = "10.2.2"
32
-_RICH_AVAILABLE = RequirementCache(f"rich>={_RICH_MIN_VERSION}")
+_RICH_AVAILABLE = RequirementCache("rich>=10.2.2")
33
34
35
@functools.lru_cache(maxsize=128)
0 commit comments