When Adding TextAnalysis package it downgrades DataFrames to 0.21.8. I need to user 0.22 version.
Could you please update TextAnalysis to suppots Dataframes 0.22+?
Thansks,
When Adding TextAnalysis package it downgrades DataFrames to 0.21.8. I need to user 0.22 version.
Could you please update TextAnalysis to suppots Dataframes 0.22+?
Thansks,
You should post this as an issue on TextAnalysis’ issue tracker (probably on GitHub or GitLab, but maybe elsewhere).
The latest Project.toml already includes 0.22, maybe it just isn’t released? You could try adding TextAnalysis#master
https://github.com/JuliaText/TextAnalysis.jl/blob/master/Project.toml
Thanks, it did worked.
Sorry, I’m not familiar with the process yet. I will do it.
Thanks