File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pip install diffcp
1616You 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
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ version = "1.1.0"
55description = " A library to compute gradients for convex optimization problems"
66requires-python = " >= 3.10"
77
8+ readme = " README.md"
9+
810requires = [
911 " threadpoolctl >= 1.1"
1012]
You can’t perform that action at this time.
0 commit comments