sandstorm12 glenn-jocher commited on
Commit
97b6b14
1 Parent(s): 276b674

Add `requests` to requirements.txt (#5112)

Browse files

* Requirements updated

1. Requests added to requirements.txt. That might not be included in all docker base images, adding it to the requirements is safer.
2. Added a minimum version to Pandas. It's a good practice to have versions for all dependencies.

* Sort alphabetically

* Update requirements.txt

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -6,6 +6,7 @@ numpy>=1.18.5
6
  opencv-python>=4.1.2
7
  Pillow>=7.1.2
8
  PyYAML>=5.3.1
 
9
  scipy>=1.4.1
10
  torch>=1.7.0
11
  torchvision>=0.8.1
@@ -16,7 +17,7 @@ tensorboard>=2.4.1
16
  # wandb
17
 
18
  # Plotting ------------------------------------
19
- pandas
20
  seaborn>=0.11.0
21
 
22
  # Export --------------------------------------
 
6
  opencv-python>=4.1.2
7
  Pillow>=7.1.2
8
  PyYAML>=5.3.1
9
+ requests>=2.23.0
10
  scipy>=1.4.1
11
  torch>=1.7.0
12
  torchvision>=0.8.1
 
17
  # wandb
18
 
19
  # Plotting ------------------------------------
20
+ pandas>=1.1.4
21
  seaborn>=0.11.0
22
 
23
  # Export --------------------------------------