Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pytket-qir](https://github.com/CQCL/pytket-qir) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.

Updates `pytket-qir` to 0.19.0
- [Release notes](https://github.com/CQCL/pytket-qir/releases)
- [Changelog](https://github.com/CQCL/pytket-qir/blob/main/docs/changelog.rst)
- [Commits](CQCL/pytket-qir@v0.17.0...v0.19.0)

Updates `matplotlib` to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.3...v3.10.0)

---
updated-dependencies:
- dependency-name: pytket-qir
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: matplotlib
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 587acea commit 1e6637b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
include_package_data=True,
install_requires=[
"pytket >= 1.37.0",
"pytket-qir >= 0.17, < 0.18",
"pytket-qir >= 0.17, < 0.20",
"requests >= 2.32.2",
"types-requests",
"websockets >= 13.1",
Expand All @@ -57,7 +57,7 @@
],
extras_require={
"pecos": ["pytket-pecos ~= 0.1.32"],
"calendar": ["matplotlib >= 3.8.3,< 3.10.0", "pandas ~= 2.2.1"],
"calendar": ["matplotlib >= 3.8.3,< 3.11.0", "pandas ~= 2.2.1"],
},
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit 1e6637b

Please sign in to comment.