Closed dionhaefner closed 2 years ago
Is it really necessary to pin Pytorch to ==1.9.0? Seems quite restrictive to me, and makes the package harder to install (because if you e.g. do pip install delve and then pip install torchvision it gets overwritten again).
==1.9.0
pip install delve
pip install torchvision
(This is a part of the ongoing review at https://github.com/openjournals/joss-reviews/issues/3992)
Resolved in PR https://github.com/delve-team/delve/pull/62, waiting for approval.
Is it really necessary to pin Pytorch to
==1.9.0
? Seems quite restrictive to me, and makes the package harder to install (because if you e.g. dopip install delve
and thenpip install torchvision
it gets overwritten again).(This is a part of the ongoing review at https://github.com/openjournals/joss-reviews/issues/3992)