Commit 95fe8a3
Remove strict dependency on a specific PyTorch version (#135)
Summary:
When building artifacts, PyTorch version is set strictly (`pytorch=xxx`) to the current version used in the build image. This forces reinstall of pytorch when installing csprng, although there is no actual reasons to use a specific version.
Opacus is affected and blocked because of this problem: meta-pytorch/opacus#351
This PR changes deps in setup.py to just `pytorch` (without specifying bounds).
Pull Request resolved: #135
Reviewed By: ffuuugor
Differential Revision: D35408862
Pulled By: romovpa
fbshipit-source-id: 30c18562e49ae439a31a005507b397713f40fd361 parent cd8f2f6 commit 95fe8a3
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 54 | | |
58 | 55 | | |
59 | | - | |
| 56 | + | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
0 commit comments