Skip to content

Commit

Permalink
Update OpenCV and Pillow (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktangsali committed Apr 10, 2024
1 parent 46126b7 commit cab5b30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added reservoir examples using GenAI and CCUS workflows.

### Changed

### Deprecated
Expand All @@ -20,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- Update OpenCV and Pillow versions to fix security

### Dependencies

## [1.4.0] - 2024-01-25
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ dependencies = [
"chaospy>=4.3.7",
"Cython==0.29.28",
"numpy-stl==2.16.3",
"opencv-python==4.5.5.64",
"opencv-python==4.9.0.80",
"scikit-learn>=1.2.0",
"symengine>=0.10.0",
"sympy==1.12",
"timm==0.5.4",
"torch-optimizer==0.3.0",
"transforms3d==0.3.1",
"typing==3.7.4.3",
"pillow==10.0.1",
"pillow==10.2.0",
"notebook==6.4.12",
"mistune==2.0.3",
"pint==0.19.2",
Expand Down

0 comments on commit cab5b30

Please sign in to comment.