Skip to content

Commit cfb62c4

Browse files
Update numpy requirement from 1.26.3 to 1.26.4 (#464)
* Update numpy requirement from 1.26.3 to 1.26.4 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * change doi to arxiv * remove doi failure --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Purva Thakre <purva.athakre@gmail.com>
1 parent 155e143 commit cfb62c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/articles.bib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ @article{Lupo_2008_Bipartite
428428
volume={41},
429429
ISSN={1751-8121},
430430
url={https://arxiv.org/abs/0802.2019},
431-
DOI={10.1088/1751-8113/41/41/415301},
432431
number={41},
433432
journal={Journal of Physics A: Mathematical and Theoretical},
434433
publisher={IOP Publishing},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python = ">=3.10,<4"
2020
cvxpy = "1.4.2"
2121
cvxopt = "1.3.2"
2222
more-itertools = "10.2.0"
23-
numpy = "1.26.3"
23+
numpy = "1.26.4"
2424
scipy = "1.12.0"
2525
scs = "3.2.4.post1"
2626
picos = "2.4.17"

0 commit comments

Comments
 (0)