Click v7 Dependency Incompatibility
Closed this issue · 1 comments
Hi,
I am running into trouble with the 'Click v7' dependency requirement. Currently this dependency appears to be pinned as v7.1.2, however Click appears to now be up to v8.1.3
The reason that I notice is that when ladybug-core is installed alongside some other packages, a version incompatibility warning will get thrown by pip. Notably: the current version (23.3.0) of the autoformatter "Black" requires click >8. This incompatibility means that any package using ladybug-core breaks Black, and autoformatting no longer works.
The workaround seems to be to install the older version of Black (v23.1.0) for now.
Is it possible to update this click dependency to the current version?
thank you!
Ed, @PH-Tools
I forgot to close out this issue as we addressed it a long time ago: