Closed FBruzzesi closed 6 months ago
Currently checking for extra libraries (i.e. pandas, polars, and pydantic) is only done as
try: import module_name except ImportError: raise ...
however, the module could be available but the version not satisfy the min requirement if not installed with iso-week-date directly.
iso-week-date
We need a better way of checking available version(s).
Description
Currently checking for extra libraries (i.e. pandas, polars, and pydantic) is only done as
however, the module could be available but the version not satisfy the min requirement if not installed with
iso-week-date
directly.We need a better way of checking available version(s).