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

Support Python 3.12 #183

Closed mbelak-dtml closed 8 months ago

mbelak-dtml commented 1 year ago

Python 3.12 is now released. Once all the dependencies are updated, we will add support. With the addition of 3.12, we will drop Python 3.8.

mbelak-dtml commented 1 year ago

Upon further investigation, it just umap-learn (due to its dependnecy numba) that does not support Python 3.12. https://github.com/numba/numba/issues/9197 Additionally, numpy >= 1.26 is required, which drops compatibility with Python 3.8, which necessitates the same on our side.

mbelak-dtml commented 8 months ago

Resolved by #209 and https://github.com/datamole-ai/edvart/commit/8f63194d48bd707c3c2f43d42a87773c116b0181