Skip to content

Commit

Permalink
Merge pull request #2 from SchweizerischeBundesbahnen/feature/setup
Browse files Browse the repository at this point in the history
fix numpy version
  • Loading branch information
aebischers authored Mar 15, 2022
2 parents e51b7a9 + 8c682a7 commit 153da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coco2yolov5-converter/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
numpy = "==1.20.0"
numpy = "==1.21.0"
torch = "==1.7.1"
torchvision = "==0.8.2"
tensorboard = "==2.4.1"
Expand Down

0 comments on commit 153da38

Please sign in to comment.