File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ Other changes:
7575{#v0-0-0-fixed}
7676### Fixed
7777* (toolchains) stop depending on ` uname ` to get the value of the host platform.
78+ * (pypi): Correctly handle multiple versions of the same package in the requirements
79+ files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
80+ Fixes ([ 2337] ( https://github.com/bazelbuild/rules_python/issues/2337 ) ).
7881
7982{#v0-0-0-added}
8083### Added
@@ -103,9 +106,6 @@ Other changes:
103106### Fixed
104107* (rules) Don't drop custom import paths if Bazel-builtin PyInfo is removed.
105108 ([ 2414] ( https://github.com/bazelbuild/rules_python/issues/2414 ) ).
106- * (pypi): Correctly handle multiple versions of the same package in the requirements
107- files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
108- Fixes ([ 2337] ( https://github.com/bazelbuild/rules_python/issues/2337 ) ).
109109
110110{#v0-40-added}
111111### Added
You can’t perform that action at this time.
0 commit comments