Could you please produce a New toml for TextAnalysis - its downgrading DataFrames version

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).

2 Likes

TextAnalysis issues

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

1 Like

Thanks, it did worked.

Sorry, I’m not familiar with the process yet. I will do it.

Thanks