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

version problem #173

Open n-hafidi opened 9 months ago

n-hafidi commented 9 months ago

Unfortunately, the latest version of torchmeta is not compatible with torch:

The conflict is caused by: torchmeta 1.8.0 depends on torch<1.10.0 and >=1.4.0 torchmeta 1.7.0 depends on torch<1.9.0 and >=1.4.0 torchmeta 1.6.1 depends on torch<1.8.0 and >=1.4.0

FraCorti commented 9 months ago

By chance did you maybe solve this conflict?