UPstud commited on
Commit
6373a15
Β·
verified Β·
1 Parent(s): ff2d2b2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -3,7 +3,6 @@ torchvision
3
  torchaudio
4
  gradio
5
  gradio-client
6
- pydantic==1.10.1
7
  albumentations==1.3.0
8
  opencv-python==4.9.0.80
9
  opencv-python-headless==4.5.5.64
@@ -25,6 +24,7 @@ prettytable==3.6.0
25
  basicsr==1.4.2
26
  salesforce-lavis==1.0.2
27
  grpcio==1.60
 
28
  wandb==0.15.12
29
  spacy==3.5.1
30
  typer==0.7.0
 
3
  torchaudio
4
  gradio
5
  gradio-client
 
6
  albumentations==1.3.0
7
  opencv-python==4.9.0.80
8
  opencv-python-headless==4.5.5.64
 
24
  basicsr==1.4.2
25
  salesforce-lavis==1.0.2
26
  grpcio==1.60
27
+ pydantic==1.10.12 # Downgrade to avoid breaking changes in v2
28
  wandb==0.15.12
29
  spacy==3.5.1
30
  typer==0.7.0