Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Updating pillow to fix component governance issue (#567)
Browse files Browse the repository at this point in the history
* updating pillow because of component governance issue
  • Loading branch information
vale-salvatelli committed Sep 24, 2021
1 parent 585d7b8 commit 38fb3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gets uploaded to AzureML, by skipping all test folders.

### Fixed
- ([#537](https://github.com/microsoft/InnerEye-DeepLearning/pull/537)) Print warning if inference is disabled but comparison requested.
- ([#567](https://github.com/microsoft/InnerEye-DeepLearning/pull/567)) fix pillow version.
- ([#546](https://github.com/microsoft/InnerEye-DeepLearning/pull/546)) Environment and hello_world_model documentation updated
- ([#525](https://github.com/microsoft/InnerEye-DeepLearning/pull/525)) Enable --store_dataset_sample
- ([#495](https://github.com/microsoft/InnerEye-DeepLearning/pull/495)) Fix model comparison.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- pandas==1.1.0
- papermill==2.2.2
- param==1.9.3
- pillow==8.2.0
- pillow==8.3.2
- psutil==5.7.2
- pydicom==2.0.0
- pyflakes==2.2.0
Expand Down

0 comments on commit 38fb3cd

Please sign in to comment.