Hi,
I'm trying to run FemtoClearner locally to fix deprecations on a development branch. However, I couldn't manage to have a working FemtoClearner version running as there seems to be a mix of julia version requirements in the dependencies.
FemtoClearner --> julia 0.6
Deprecation --> julia 0.6
AbstractTrees --> julia 0.7-alpha
Is it safe to use the branch kf/for06 of AbstractTrees which has julia 0.5 as a requirement? Or is there a better way to run FemtoClearner only on a specific branch of a repo?
Thanks!
Martin
Hi,
I'm trying to run FemtoClearner locally to fix deprecations on a development branch. However, I couldn't manage to have a working FemtoClearner version running as there seems to be a mix of julia version requirements in the dependencies.
FemtoClearner -->
julia 0.6Deprecation -->
julia 0.6AbstractTrees -->
julia 0.7-alphaIs it safe to use the branch
kf/for06of AbstractTrees which has julia 0.5 as a requirement? Or is there a better way to run FemtoClearner only on a specific branch of a repo?Thanks!
Martin