Geraldine J commited on
Commit
c81de3f
1 Parent(s): 93f9598

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -2
requirements.txt CHANGED
@@ -9,7 +9,6 @@ scipy>=1.4.1
9
  torch>=1.7.0
10
  torchvision>=0.8.1
11
  tqdm>=4.41.0
12
- boto3==1.24.89
13
  # logging -------------------------------------
14
  tensorboard>=2.4.1
15
  # wandb
@@ -24,4 +23,11 @@ pandas
24
  # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
25
  # pycocotools>=2.0 # COCO mAP
26
  # albumentations>=1.0.3
27
- thop # FLOPs computation
 
 
 
 
 
 
 
 
9
  torch>=1.7.0
10
  torchvision>=0.8.1
11
  tqdm>=4.41.0
 
12
  # logging -------------------------------------
13
  tensorboard>=2.4.1
14
  # wandb
 
23
  # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
24
  # pycocotools>=2.0 # COCO mAP
25
  # albumentations>=1.0.3
26
+ thop # FLOPs computation
27
+ #boto3 --------------------------------------
28
+ boto3==1.24.89
29
+ botocore==1.27.89
30
+ gradio==3.4.1
31
+ pandas==1.5.0
32
+ Pillow==9.2.0
33
+ torch==1.12.1