Skip to content

Commit c556a9a

Browse files
Bump the python-packages group across 1 directory with 3 updates (#566)
Updates the requirements on [llvmlite](https://github.com/numba/llvmlite), [pytket-qir](https://github.com/CQCL/pytket-qir) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `llvmlite` to 0.44.0 - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](numba/llvmlite@v0.43.0...v0.44.0) 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: llvmlite dependency-type: direct:production dependency-group: python-packages - 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1386582 commit c556a9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.39.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",

tests/test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest
22
pytest-timeout
33
hypothesis
44
requests_mock
5-
llvmlite ~= 0.43.0
5+
llvmlite ~= 0.44.0
66
pytest-rerunfailures

0 commit comments

Comments
 (0)