File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ Unreleased changes template.
56
56
57
57
{#v0-0-0-fixed}
58
58
### Fixed
59
- * Nothing fixed.
59
+ * (pypi): Correctly handle multiple versions of the same package in the requirements
60
+ files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
61
+ Fixes ([ 2337] ( https://github.com/bazelbuild/rules_python/issues/2337 ) ).
60
62
61
63
{#v0-0-0-added}
62
64
### Added
@@ -80,9 +82,6 @@ Unreleased changes template.
80
82
### Fixed
81
83
* (rules) Don't drop custom import paths if Bazel-builtin PyInfo is removed.
82
84
([ 2414] ( https://github.com/bazelbuild/rules_python/issues/2414 ) ).
83
- * (pypi): Correctly handle multiple versions of the same package in the requirements
84
- files which is useful when including different PyTorch builds (e.g. <pytorch+cpu> vs <pytorch+cu118> ) for different target platforms.
85
- Fixes ([ 2337] ( https://github.com/bazelbuild/rules_python/issues/2337 ) ).
86
85
87
86
{#v0-40-added}
88
87
### Added
You can’t perform that action at this time.
0 commit comments