Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oussama committed Mar 13, 2023
1 parent 0b9b637 commit 1ace0fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Base ----------------------------------------
matplotlib>=3.2.2
numpy>=1.18.5
numpy==1.21.4
opencv-python>=4.1.1
Pillow>=7.1.2
PyYAML>=5.3.1
Expand All @@ -12,7 +12,7 @@ scipy>=1.4.1
torch==1.12.1
torchvision==0.13.1
tqdm>=4.41.0
protobuf<4.21.3
protobuf<=3.20.1

# Logging -------------------------------------
tensorboard>=2.4.1
Expand All @@ -25,8 +25,7 @@ seaborn>=0.11.0
coremltools==5.2.0 # CoreML export
onnx==1.12.0 # ONNX export
onnxsim==0.4.8
onnxruntime==1.12.1
tensorflow==2.8.3
tensorflow==2.10.0
tensorflow-addons==0.16.1
tensorflow-io-gcs-filesystem==0.26.0
tensorflow-probability==0.16.0
Expand All @@ -42,3 +41,6 @@ thop # FLOPs computation
# albumentations>=1.0.3
# pycocotools>=2.0 # COCO mAP
# roboflow

#
type_docopt==0.8.2

0 comments on commit 1ace0fe

Please sign in to comment.