Skip to content

Commit 149b057

Browse files
Increase minimum numpy version to 1.19.0 (#1162)
1 parent f3c0f82 commit 149b057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
### Changed
1616
- changed default value of enablepricing flag to True
1717
- Speed up np.ndarray(..., dtype=np.float64) @ MatrixExpr
18+
- Minimum numpy version increased from 1.16.0 to 1.19.0
1819
### Removed
1920

2021
## 6.0.0 - 2025.xx.yy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Python interface and modeling environment for SCIP"
88
authors = [
99
{name = "Zuse Institute Berlin", email = "scip@zib.de"},
1010
]
11-
dependencies = ['numpy >=1.16.0']
11+
dependencies = ['numpy >=1.19.0']
1212
requires-python = ">=3.8"
1313
readme = "README.md"
1414
license = {text = "MIT License"}

0 commit comments

Comments
 (0)