Skip to content

Commit

Permalink
Update numpy requirement from 1.26.3 to 1.26.4 (#464)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* change doi to arxiv

* remove doi failure

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Purva Thakre <[email protected]>
  • Loading branch information
dependabot[bot] and purva-thakre authored Feb 6, 2024
1 parent 155e143 commit cfb62c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/articles.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cfb62c4

Please sign in to comment.