Skip to content

Commit

Permalink
Add requests to requirements.txt (ultralytics#5112)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sandstorm12 and glenn-jocher committed Oct 9, 2021
1 parent 2e63b6d commit 34dff71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ numpy>=1.18.5
opencv-python>=4.1.2
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch>=1.7.0
torchvision>=0.8.1
Expand All @@ -16,7 +17,7 @@ tensorboard>=2.4.1
# wandb

# Plotting ------------------------------------
pandas
pandas>=1.1.4
seaborn>=0.11.0

# Export --------------------------------------
Expand Down

0 comments on commit 34dff71

Please sign in to comment.