Hi everyone,
I’m trying to keep my package a float(GitHub - caseykneale/ChemometricsTools.jl: A collection of tools for chemometrics and machine learning written in Julia.)… It was working fine then DSP.jl broke due to issues with FFTW? This happened 2 releases ago v0.5.8.
So I removed DSP.jl and tried to update my [compat]
. Now despite my best efforts, https://github.com/caseykneale/ChemometricsTools.jl/blob/master/Project.toml
I tried to install my package, and it was throwing errors about julia downversioning or something on a different computer. So it preferentially installed 0.5.8 which is of course completely broken.
How do I get out of this broken compatibility loop? Is there a way to “fix” an old release?