Run FemtoClearner locally on a branch
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
I used that branch and it worked fine for me.
Incidentally, the README need to be updated to show that this is the branch to use.
i've used that branch too, and it's fine.