ChenglongMa / SkinToneClassifier

An easy-to-use library for skin tone classification
https://chenglongma.com/SkinToneClassifier/
GNU General Public License v3.0
97 stars 13 forks source link

Migrate to project.toml based setuptools #23

Closed ChenglongMa closed 8 months ago

ChenglongMa commented 8 months ago

Changelog

v1.2.3

In this version, we have made the following changes:

  1. 🧬 CHANGE!: We change the GUI mode to optional.
    • Now, you can install the GUI mode by running:
      • pip install skin-tone-classifier[all] --upgrade
      • It will support both the CLI mode and the GUI mode.
    • If you don't specify the [all] option, the app will install the CLI mode only.
  2. 🧬 CHANGE!: [For developer]. We base the project to project.toml instead of setup.py.