From cfb62c4a5ce04b782f64229e7acd2b1c97f09801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:14:41 -0600 Subject: [PATCH] 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](https://github.com/numpy/numpy/compare/v1.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] * change doi to arxiv * remove doi failure --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Purva Thakre --- docs/articles.bib | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/articles.bib b/docs/articles.bib index 2291528e6..c98eb33b5 100644 --- a/docs/articles.bib +++ b/docs/articles.bib @@ -428,7 +428,6 @@ @article{Lupo_2008_Bipartite volume={41}, ISSN={1751-8121}, url={https://arxiv.org/abs/0802.2019}, - DOI={10.1088/1751-8113/41/41/415301}, number={41}, journal={Journal of Physics A: Mathematical and Theoretical}, publisher={IOP Publishing}, diff --git a/pyproject.toml b/pyproject.toml index d095f381c..bd5d779ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = ">=3.10,<4" cvxpy = "1.4.2" cvxopt = "1.3.2" more-itertools = "10.2.0" -numpy = "1.26.3" +numpy = "1.26.4" scipy = "1.12.0" scs = "3.2.4.post1" picos = "2.4.17"