-
Notifications
You must be signed in to change notification settings - Fork 14
Description
The DuckDB issue that prevented TidierDB from being installed on Windows has been temporarily fixed by reverting to an earlier DuckDB version for TidierDB to depend on.
However, installing Tidier.jl itself still fails on Windows. This is because Tidier's version spec for TidierDB is 0.6, 1 which allows only 0.6.x versions and 1.x versions. The current fix/workaround is only in TidierDB version 0.8, which this compat doesn't allow to be picked up.
(Edit: It looks like the 0.8 update hasn't propagated to the registry anyway, so this particular issue wouldn't solved immediately by changing version compats here. But it's what made me take notice of it, and fixing this to allow 0.8 now would allow TidierDB's workaround to be picked up when it's on the registry.)
TidierPlots and TidierFiles are also being similarly version-limited by Tidier:
⌅ [86993f9b] TidierDB v0.6.3 (<v0.7.1): Tidier
⌅ [8ae5e7a9] TidierFiles v0.2.2 (<v0.3.0): Tidier
⌅ [337ecbd1] TidierPlots v0.9.0 (<v0.11.0): Tidier