You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project does not appear to use either setuptools or Cython at runtime, so these packages should not be listed in requirements.txt. Listing them there causes unnecessary packages to be installed into the user's environment.
This project does not appear to use either setuptools or Cython at runtime, so these packages should not be listed in
requirements.txt
. Listing them there causes unnecessary packages to be installed into the user's environment.They are build-time dependencies, so they should be listed in
pyproject.toml
instead. See pycocotools for an example: https://github.com/ppwwyyxx/cocoapi/blob/4670067b35e7b65d618c9746c456fe2c1128049c/PythonAPI/pyproject.toml.The text was updated successfully, but these errors were encountered: