We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c0f82 commit 149b057Copy full SHA for 149b057
CHANGELOG.md
@@ -15,6 +15,7 @@
15
### Changed
16
- changed default value of enablepricing flag to True
17
- Speed up np.ndarray(..., dtype=np.float64) @ MatrixExpr
18
+- Minimum numpy version increased from 1.16.0 to 1.19.0
19
### Removed
20
21
## 6.0.0 - 2025.xx.yy
pyproject.toml
@@ -8,7 +8,7 @@ description = "Python interface and modeling environment for SCIP"
8
authors = [
9
{name = "Zuse Institute Berlin", email = "scip@zib.de"},
10
]
11
-dependencies = ['numpy >=1.16.0']
+dependencies = ['numpy >=1.19.0']
12
requires-python = ">=3.8"
13
readme = "README.md"
14
license = {text = "MIT License"}
0 commit comments