fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.9k stars 273 forks source link

please provide conda package for lastest version #115

Open richlysakowski opened 2 years ago

richlysakowski commented 2 years ago

I need a conda for this. Pip ends up corrupting my environment, because Sweetviz relies on older packages and pip removes some of he latest packages needed by Pandas, matplotlib, Panel, and others.

fbdesignpro commented 2 years ago

Hi @richlysakowski, thank you so much for reporting this. I'm currently looking at updating the package for maximum compatibility.

Are you saying that pip actually uninstalls newer versions of dependencies? I'm no expert in that kind of stuff, but at least the setup.py only asks for ">=" for versions so I'm a little surprised it is uninstalling things. Unless you are talking about a version of the library that is only available with older versions of the conda repository?

Thanks again!