Skip to content

Commit 60d54c5

Browse files
committed
Updates README.md
1 parent cac0e9a commit 60d54c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install diffcp
1616
You will need a C++11-capable compiler to build `diffcp`.
1717

1818
`diffcp` requires:
19-
* [NumPy](https://github.com/numpy/numpy) >= 1.15
19+
* [NumPy](https://github.com/numpy/numpy) >= 2.0
2020
* [SciPy](https://github.com/scipy/scipy) >= 1.10
2121
* [SCS](https://github.com/bodono/scs-python) >= 2.0.2
2222
* [pybind11](https://github.com/pybind/pybind11/tree/stable) >= 2.4

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version = "1.1.0"
55
description = "A library to compute gradients for convex optimization problems"
66
requires-python = ">= 3.10"
77

8+
readme = "README.md"
9+
810
requires = [
911
"threadpoolctl >= 1.1"
1012
]

0 commit comments

Comments
 (0)