Skip to content

Commit

Permalink
Merge pull request ARM-software#13 from ARM-software/bump_pillow_version
Browse files Browse the repository at this point in the history
Bumped Pillow version
  • Loading branch information
tom-arm authored Mar 24, 2021
2 parents 4a5c22c + acce062 commit 611759e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
python3.7 -m venv venv
source venv/bin/activate

pip install --upgrade pip
pip install -r requirements.txt

git clone https://github.com/tensorflow/models.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matplotlib==3.3.2
mock==4.0.2
numpy==1.18.5
opt-einsum==3.3.0
Pillow==8.0.1
Pillow==8.1.2
protobuf==3.13.0
pyparsing==2.4.7
python-dateutil==2.8.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
python3.6 -m venv venv
source venv/bin/activate

pip install --upgrade pip
pip install -r requirements.txt

git clone https://github.com/mystic123/tensorflow-yolo-v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Keras-Applications==1.0.8
Keras-Preprocessing==1.1.2
Markdown==3.3.3
numpy==1.19.4
Pillow==8.0.1
Pillow==8.1.2
protobuf==3.14.0
six==1.15.0
tensorboard==1.11.0
Expand Down

0 comments on commit 611759e

Please sign in to comment.