Skip to content

Switch to pyproject.toml and python 3.10+

Choose a tag to compare

@HowcanoeWang HowcanoeWang released this 15 May 05:30
· 69 commits to v2.0 since this release

We change the project dependency manager from requiresments.txt to uv generated pyproject.toml, a manager 100+ times faster than pip.

Breaking updates

  • We switch the python version requirements to python 3.10+

Enhancement