Unverified 提交 97b6b14a authored 作者: hamid mohammadi's avatar hamid mohammadi 提交者: GitHub

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

* 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: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
上级 276b6745
...@@ -6,6 +6,7 @@ numpy>=1.18.5 ...@@ -6,6 +6,7 @@ numpy>=1.18.5
opencv-python>=4.1.2 opencv-python>=4.1.2
Pillow>=7.1.2 Pillow>=7.1.2
PyYAML>=5.3.1 PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1 scipy>=1.4.1
torch>=1.7.0 torch>=1.7.0
torchvision>=0.8.1 torchvision>=0.8.1
...@@ -16,7 +17,7 @@ tensorboard>=2.4.1 ...@@ -16,7 +17,7 @@ tensorboard>=2.4.1
# wandb # wandb
# Plotting ------------------------------------ # Plotting ------------------------------------
pandas pandas>=1.1.4
seaborn>=0.11.0 seaborn>=0.11.0
# Export -------------------------------------- # Export --------------------------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论