Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note requirement for pip 20.3+ on macOS 11
With pip <20.3 (which is expected on macOS, because `python@3.8` only includes pip 20.2.4), installation fails with "No matching distribution found for tensorflow". Underlying cause is the lack of TensorFlow packages tagged as `macosx_11`: tensorflow/tensorflow#45120 pip 20.3+ changes behavior to allow `macosx_10` packages on macOS 11: pypa/pip#9138
- Loading branch information