Pin scipy to 1.6.3 on Windows and Mac (#64844)
authorNikita Shulga <nshulga@fb.com>
Sun, 12 Sep 2021 17:52:28 +0000 (10:52 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sun, 12 Sep 2021 17:53:48 +0000 (10:53 -0700)
commit39f2b9de2ac7fb14e4aaf61863e98d01a53bc875
tree92000b470c55a4ae14a234d9799f017e6de1cfaa
parent47144de4738685e34c0bce565afc43a6c5898d17
Pin scipy to 1.6.3 on Windows and Mac (#64844)

Summary:
It's already pinned by via docker install on Linux

As `scipy.stats.`[`poission`|`geom`|`binom`] returns quite different results in 1.7+ versions of SciPy

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64844

Reviewed By: driazati

Differential Revision: D30876591

Pulled By: malfet

fbshipit-source-id: 4946e0922063e9ac320c218a0b089f73486466f7
.jenkins/pytorch/macos-test.sh
.jenkins/pytorch/win-test-helpers/setup_pytorch_env.bat
test/distributions/test_distributions.py