tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.97k stars 256 forks source link

Pytorch 1.10 support #148

Open pbsds opened 2 years ago

pbsds commented 2 years ago

Seems like setup.py disallows torch version 1.10 and torchvision 1.11.

Poetry output ``` $ poetry add torchmeta Using version ^1.8.0 for torchmeta Updating dependencies Resolving dependencies... (0.6s) SolverProblemError Because torchmeta (1.8.0) depends on torchvision (>=0.5.0,<0.11.0) and no versions of torchmeta match >1.8.0,<2.0.0, torchmeta (>=1.8.0,<2.0.0) requires torchvision (>=0.5.0,<0.11.0). So, because foobar depends on both torchvision (^0.11.1) and torchmeta (^1.8.0), version solving failed. ```