sshi commited on
Commit
0aded03
1 Parent(s): 9bfb396

Simplify requirement file

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -36
requirements.txt CHANGED
@@ -3,41 +3,6 @@
3
  # Base ----------------------------------------
4
  git+https://github.com/huggingface/transformers.git@main
5
  matplotlib>=3.2.2
6
- numpy>=1.18.5
7
- opencv-python>=4.1.1
8
  Pillow>=7.1.2
9
- PyYAML>=5.3.1
10
- requests>=2.23.0
11
- scipy>=1.4.1
12
  torch==1.10.0
13
- pytorch-lightning==1.9.3
14
- torchvision>=0.8.1,!=0.13.0
15
- tqdm>=4.41.0
16
- protobuf<4.21.3
17
- yacs
18
-
19
- # Logging -------------------------------------
20
- tensorboard>=2.4.1
21
- # wandb
22
-
23
- # Plotting ------------------------------------
24
- pandas>=1.1.4
25
- seaborn>=0.11.0
26
-
27
- # Export --------------------------------------
28
- # coremltools>=4.1 # CoreML export
29
- # onnx>=1.9.0 # ONNX export
30
- # onnx-simplifier>=0.3.6 # ONNX simplifier
31
- # scikit-learn==0.19.2 # CoreML quantization
32
- # tensorflow>=2.4.1 # TFLite export
33
- # tensorflowjs>=3.9.0 # TF.js export
34
- # openvino-dev # OpenVINO export
35
-
36
- # Extras --------------------------------------
37
- ipython # interactive notebook
38
- psutil # system utilization
39
- thop # FLOPs computation
40
-
41
- # albumentations>=1.0.3
42
- # pycocotools>=2.0 # COCO mAP
43
- # roboflow
 
3
  # Base ----------------------------------------
4
  git+https://github.com/huggingface/transformers.git@main
5
  matplotlib>=3.2.2
 
 
6
  Pillow>=7.1.2
 
 
 
7
  torch==1.10.0
8
+ pytorch-lightning==1.9.3