Open codingxperience opened 5 months ago
This change ensures that torch>=2.0 is specified in requirements.txt, resolving conflicts with torchdata which requires torch>=2.0. This update prevents torch from being downgraded to 1.13.1 during dependency resolution.
Thanks. I'm so behind on keeping blurr in-line ... will find some time next week to review this and start getting the library back in business.
Ensure compatibility with torchdata by specifying torch>=2.0 in requirements.txt. This update resolves dependency conflicts that were causing torch to be downgraded to 1.13.1.