Skip to content

Commit

Permalink
MAINT: update to QRules v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 13, 2023
1 parent 5b53e08 commit 00e3b56
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ python-lsp-server==1.8.2
pytoolconfig==1.2.5
pyyaml==6.0.1
pyzmq==25.1.1
qrules==0.9.8
qrules==0.10.0
referencing==0.30.2
requests==2.31.0
rfc3339-validator==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ python-lsp-server==1.8.2
pytoolconfig==1.2.5
pyyaml==6.0.1
pyzmq==25.1.1
qrules==0.9.8
qrules==0.10.0
referencing==0.30.2
requests==2.31.0
rfc3339-validator==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pytoolconfig==1.2.5
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==24.0.1
qrules==0.9.8
qrules==0.10.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pytoolconfig==1.2.5
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
qrules==0.9.8
qrules==0.10.0
referencing==0.30.2
requests==2.31.0
rfc3339-validator==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ python-lsp-server==1.8.2
pytoolconfig==1.2.5
pyyaml==6.0.1
pyzmq==25.1.1
qrules==0.9.8
qrules==0.10.0
referencing==0.30.2
requests==2.31.0
rfc3339-validator==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"qrules ==0.9.*, >=0.9.6", # https://github.com/ComPWA/qrules/pull/145
"qrules >=0.9.6", # https://github.com/ComPWA/qrules/pull/145
"sympy >=1.10",
'importlib-metadata; python_version <"3.8.0"',
'singledispatchmethod; python_version <"3.8.0"',
Expand Down

0 comments on commit 00e3b56

Please sign in to comment.