Skip to content

Commit

Permalink
Bump numpy from 1.22 to 2.0.1 (#285)
Browse files Browse the repository at this point in the history
* Bump numpy from 1.22 to 2.1.0

Bumps [numpy](https://github.com/numpy/numpy) from 1.22 to 2.1.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.22.0...v2.1.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🩹 Lower numpy version to 2.0.1 as required by pyglotaran

Fixes:

The conflict is caused by:
    The user requested numpy==2.1.0
    matplotlib 3.9.2 depends on numpy>=1.23
    pyglotaran 0.7.3 depends on numpy<2.1 and >=1.21.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: s-weigand <[email protected]>
  • Loading branch information
dependabot[bot] and s-weigand authored Sep 26, 2024
1 parent a189a7c commit b53c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_pinned.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Runtime dependencies

cycler==0.12.1
numpy==1.26.4
numpy==2.0.1
matplotlib==3.9.2
pyglotaran==0.7.3
tabulate==0.9.0
Expand Down

0 comments on commit b53c8d0

Please sign in to comment.