Skip to content

meta(deps): remove tensorflow extras from the deps

Yannick DAYER requested to merge rem-deps-extras into master

Removes the extras specifiers filtering tensorflow and tensorflow-macos based on sys.platform in pyproject.toml.

The filtering is done at the same time as the version pinning, and in dev-profile.

When releasing, the extras of dev-profile will be added to our pyproject.toml anyway.

Merge request reports