datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

Allow for newer versions of ipywidgets (8.0 and newer) #173

Closed NevoleMarek closed 11 months ago

NevoleMarek commented 11 months ago

Currently, edvart is set on ipywidgets==^7.5, which disallows version 8 of the package. I ran into dependency issues with some other visualization libraries (jupyter-bokeh, panel) that require 8.0 and newer, which is impossible to have together at the moment