HilmiZr commited on
Commit
5d108a3
·
1 Parent(s): 2d351a3

updated: req.txt 3

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +12 -12
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ ricevenv/
requirements.txt CHANGED
@@ -2,25 +2,25 @@
2
  # Usage: pip install -r requirements.txt
3
 
4
  glob2==0.7
5
- textwrap3==0.1.3
6
 
7
  # Base ----------------------------------------
8
- matplotlib>=3.2.2
9
- numpy>=1.18.5
10
  opencv-python-headless
11
- Pillow>=7.1.2
12
- PyYAML>=5.3.1
13
- requests>=2.23.0
14
- scipy>=1.4.1 # Google Colab version
15
- torch>=1.7.0
16
- torchvision>=0.8.1
17
- tqdm>=4.41.0
18
  protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
19
 
20
 
21
  # Plotting ------------------------------------
22
- pandas>=1.1.4
23
- seaborn>=0.11.0
24
 
25
 
26
  # Extras --------------------------------------
 
2
  # Usage: pip install -r requirements.txt
3
 
4
  glob2==0.7
5
+ textwrap3==0.9.2
6
 
7
  # Base ----------------------------------------
8
+ matplotlib>=3.8.0
9
+ numpy>=1.26.0
10
  opencv-python-headless
11
+ Pillow>=10.0.1
12
+ PyYAML>=6.0.1
13
+ requests>=2.31.0
14
+ scipy>=1.11.3 # Google Colab version
15
+ torch>=2.0.1
16
+ torchvision>=0.15.2
17
+ tqdm>=4.66.1
18
  protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
19
 
20
 
21
  # Plotting ------------------------------------
22
+ pandas>=2.1.1
23
+ seaborn>=0.13.0
24
 
25
 
26
  # Extras --------------------------------------