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
PEP 735 added dependency groups to pyproject.toml, which would remove the need to have multiple requirements files.
This would allow us to hopefully remove those requirements.txt files and the logic to generate them. For example, in .circleci/config.yml we could make the following change:
PEP 735 added dependency groups to
pyproject.toml
, which would remove the need to have multiple requirements files.This would allow us to hopefully remove those
requirements.txt
files and the logic to generate them. For example, in.circleci/config.yml
we could make the following change:The text was updated successfully, but these errors were encountered: