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

feat!: add initial support for python 3.12 #209

Closed mbelak-dtml closed 7 months ago

mbelak-dtml commented 7 months ago

NOTE: extras umap-learn is not supported in Python 3.12 since umap-learn does not currently support Python 3.12.

BREAKING CHANGE: Support for Python 3.8 is dropped.

mbelak-dtml commented 7 months ago

Blocked by #211 -- the tests fail under Python 3.12 because umap cannot be installed for 3.12 and tests fail without umap installed.

mbelak-dtml commented 7 months ago

Blocked by #211 -- the tests fail under Python 3.12 because umap cannot be installed for 3.12 and tests fail without umap installed.

Resolved