The sympy
dependency spec for pytorch on PyPi wheel is still unchanged.
#145225
Labels
module: third_party
oncall: releng
In support of CI and Release Engineering
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
When run
pip install -U torch
, it will still requiresympy==1.13.1
and will uninstall the latestsympy
which is version1.13.3
in the virtual environment.The reason is due to the dependency spec unchanged in
setup.py
.The text was updated successfully, but these errors were encountered: