Skip to content

Commit

Permalink
Updated requirements for python 3.8. Modified tensorflow nn module to…
Browse files Browse the repository at this point in the history
… adjust for python 3.8. See: ultralytics/yolov5#6948
  • Loading branch information
theoway committed Jun 16, 2022
1 parent eb30044 commit 97bd2cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ flake8
yapf
isort
imageio
tensorflow==1.15
tensorflow-gpu==1.15
tensorflow>=1.15
tensorflow-gpu>=1.15
scikit-learn==0.22.2
keras==2.3.1
keras>=2.3.1
pycocotools
seaborn
torch==1.10.1+cu113
torchaudio==0.10.1+cu113
torchvision==0.11.2+cu113
torch==1.11.0+cu113
torchaudio==0.11.0+cu113
torchvision==0.12.0s+cu113

0 comments on commit 97bd2cb

Please sign in to comment.