We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe0e8f commit 0b47370Copy full SHA for 0b47370
monailabel/config.py
@@ -17,7 +17,7 @@
17
18
19
def is_package_installed(name):
20
- return name in sorted(x.name for x in distributions())
+ return name in (x.metadata.get('Name') for x in distributions())
21
22
23
class Settings(BaseSettings):
0 commit comments