BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

Remove `torchvision` version upper bound #252

Closed SagiPolaczek closed 1 year ago

SagiPolaczek commented 1 year ago

Issue\ Currently we have in the fuse/requirements.txt the following line:

torchvision>=0.8.1,<0.14.0  #removal of upper bound causes issues in tests?

This was originally added as a workaround for some issue (forgot which one).

Goal

Find the problem and solve it so we can remove the upper bound without harm the CICD checks