Python 如何在设置中满足此间接依赖项要求?

Python 如何在设置中满足此间接依赖项要求?,python,dependencies,Python,Dependencies,当我执行pip安装-r requirements.txt时,我看到了上面的错误消息。然而,在我的requirements.txt中,我没有列出这个scipy。这可能是由于: ERROR: tensorflow 2.3.0 has requirement scipy==1.4.1, but you'll have scipy 1.5.2 which is incompatible. 在这种情况下,如何通过更改依赖项来消除requirements.txt中的此错误消息 scikit-learn==

当我执行pip安装-r requirements.txt时,我看到了上面的错误消息。然而,在我的requirements.txt中,我没有列出这个scipy。这可能是由于:

ERROR: tensorflow 2.3.0 has requirement scipy==1.4.1, but you'll have scipy 1.5.2 which is incompatible.
在这种情况下,如何通过更改依赖项来消除requirements.txt中的此错误消息

scikit-learn==0.22.1