Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change requirements #396

Merged
merged 10 commits into from
Jul 4, 2022
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ opencv-python>=4.5.3.56
pandas>=1.1.0
pytorch-lightning[extra]>=1.6.0
timm==0.5.4
torchmetrics==0.9.1
torchvision==0.12.0
torchtext==0.12.0
torchmetrics>=0.9.0,<=0.9.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to restrict torchmetrics? It's a different library by the Lightning team,

torchvision>=0.9.1,<=0.12.0
torchtext>=0.9.1,<=0.12.0
wandb==0.12.17
matplotlib>=3.4.3
gradio>=2.9.4
Expand Down