Skip to content

Commit cab5b30

Browse files
authored
Update OpenCV and Pillow (#147)
1 parent 46126b7 commit cab5b30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
- Added reservoir examples using GenAI and CCUS workflows.
14+
1315
### Changed
1416

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

2123
### Security
2224

25+
- Update OpenCV and Pillow versions to fix security
26+
2327
### Dependencies
2428

2529
## [1.4.0] - 2024-01-25

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ dependencies = [
1818
"chaospy>=4.3.7",
1919
"Cython==0.29.28",
2020
"numpy-stl==2.16.3",
21-
"opencv-python==4.5.5.64",
21+
"opencv-python==4.9.0.80",
2222
"scikit-learn>=1.2.0",
2323
"symengine>=0.10.0",
2424
"sympy==1.12",
2525
"timm==0.5.4",
2626
"torch-optimizer==0.3.0",
2727
"transforms3d==0.3.1",
2828
"typing==3.7.4.3",
29-
"pillow==10.0.1",
29+
"pillow==10.2.0",
3030
"notebook==6.4.12",
3131
"mistune==2.0.3",
3232
"pint==0.19.2",

0 commit comments

Comments
 (0)