Skip to content

Commit 1e6637b

Browse files
Bump the python-packages group across 1 directory with 2 updates
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>
1 parent 587acea commit 1e6637b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
include_package_data=True,
4747
install_requires=[
4848
"pytket >= 1.37.0",
49-
"pytket-qir >= 0.17, < 0.18",
49+
"pytket-qir >= 0.17, < 0.20",
5050
"requests >= 2.32.2",
5151
"types-requests",
5252
"websockets >= 13.1",
@@ -57,7 +57,7 @@
5757
],
5858
extras_require={
5959
"pecos": ["pytket-pecos ~= 0.1.32"],
60-
"calendar": ["matplotlib >= 3.8.3,< 3.10.0", "pandas ~= 2.2.1"],
60+
"calendar": ["matplotlib >= 3.8.3,< 3.11.0", "pandas ~= 2.2.1"],
6161
},
6262
classifiers=[
6363
"Environment :: Console",

0 commit comments

Comments
 (0)