-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Describe the bug
There is this warning:
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.\n import pkg_resources
To reproduce
Steps to reproduce the behavior, including the complete stack trace if possible:
requirements.in:
pycantonese
run pip-compile requirements.in
where it outputs:
pycantonese==3.4.0 # via -r requirements.in
wordseg==0.0.2 # via pycantonese
#...
and wordseg>=0.0.4 is defined in your current pyproject.toml file.
Expected behavior
have wordseg==0.0.5
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
- Operating System: MacOS
- PyCantonese version: 3.4.0
Additional context
Add any other context about the problem here.