We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac0e9a commit 60d54c5Copy full SHA for 60d54c5
README.md
@@ -16,7 +16,7 @@ pip install diffcp
16
You will need a C++11-capable compiler to build `diffcp`.
17
18
`diffcp` requires:
19
-* [NumPy](https://github.com/numpy/numpy) >= 1.15
+* [NumPy](https://github.com/numpy/numpy) >= 2.0
20
* [SciPy](https://github.com/scipy/scipy) >= 1.10
21
* [SCS](https://github.com/bodono/scs-python) >= 2.0.2
22
* [pybind11](https://github.com/pybind/pybind11/tree/stable) >= 2.4
pyproject.toml
@@ -5,6 +5,8 @@ version = "1.1.0"
5
description = "A library to compute gradients for convex optimization problems"
6
requires-python = ">= 3.10"
7
8
+readme = "README.md"
9
+
10
requires = [
11
"threadpoolctl >= 1.1"
12
]
0 commit comments