Skip to content

Commit f1713f4

Browse files
Bump the python-packages group with 2 updates
--- updated-dependencies: - dependency-name: pytket-qir dependency-type: direct:production dependency-group: python-packages - dependency-name: pytket-pecos dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07a4367 commit f1713f4

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.40.0, < 2",
49-
"pytket-qir >= 0.20, < 0.21",
49+
"pytket-qir >= 0.20, < 0.22",
5050
"requests >= 2.32.2",
5151
"types-requests",
5252
"websockets >= 13.1",
@@ -56,7 +56,7 @@
5656
"numpy >= 1.26.4",
5757
],
5858
extras_require={
59-
"pecos": ["pytket-pecos ~= 0.1.32"],
59+
"pecos": ["pytket-pecos >= 0.1.32,< 0.3.0"],
6060
"calendar": ["matplotlib >= 3.8.3,< 3.11.0", "pandas ~= 2.2.1"],
6161
},
6262
classifiers=[

0 commit comments

Comments
 (0)