Sa-m commited on
Commit
1f35361
·
verified ·
1 Parent(s): af4d346

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,19 +1,18 @@
1
  gradio=3.0.24
2
  gitpython
3
- ipython # interactive notebook
4
  matplotlib>=3.2.2
5
  numpy>=1.18.5
6
  opencv-python>=4.1.1
7
  Pillow>=7.1.2
8
- psutil # system resources
9
  PyYAML>=5.3.1
10
  requests>=2.23.0
11
  scipy>=1.4.1
12
- thop>=0.1.1 # FLOPs computation
13
- torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
14
  torchvision>=0.8.1
15
  tqdm>=4.64.0
16
- # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
17
 
18
  # Logging ---------------------------------------------------------------------
19
  tensorboard>=2.4.1
@@ -21,8 +20,8 @@ tensorboard>=2.4.1
21
  # comet
22
 
23
  # Plotting --------------------------------------------------------------------
24
- pandas>=1.1.4
25
- seaborn>=0.11.0
26
 
27
  # Export ----------------------------------------------------------------------
28
  # coremltools>=6.0 # CoreML export
 
1
  gradio=3.0.24
2
  gitpython
3
+ ipython
4
  matplotlib>=3.2.2
5
  numpy>=1.18.5
6
  opencv-python>=4.1.1
7
  Pillow>=7.1.2
8
+ psutil
9
  PyYAML>=5.3.1
10
  requests>=2.23.0
11
  scipy>=1.4.1
12
+ thop>=0.1.1
13
+ torch>=1.7.0
14
  torchvision>=0.8.1
15
  tqdm>=4.64.0
 
16
 
17
  # Logging ---------------------------------------------------------------------
18
  tensorboard>=2.4.1
 
20
  # comet
21
 
22
  # Plotting --------------------------------------------------------------------
23
+ #pandas>=1.1.4
24
+ #seaborn>=0.11.0
25
 
26
  # Export ----------------------------------------------------------------------
27
  # coremltools>=6.0 # CoreML export