Hi,
There seems to be at least two issues with the dependencies specified in requirements.txt, namely:
torchvision==0.11.1 requires torch==1.10.0 (specified 1.6.0)
pandas==1.5.1 requires numpy>=1.20.3 (specified 1.13.3)
Haven't had the chance to test with the proper versions for each dependency but just to let you know.. cheers
Hi,
There seems to be at least two issues with the dependencies specified in
requirements.txt, namely:torchvision==0.11.1requirestorch==1.10.0(specified1.6.0)pandas==1.5.1requiresnumpy>=1.20.3(specified1.13.3)Haven't had the chance to test with the proper versions for each dependency but just to let you know.. cheers