Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Feb 28, 2024
1 parent 1f0ec61 commit 4a5eac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qibo_client/qibo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def check_client_server_qibo_versions(self):
qibo_local_version = qibo.__version__
msg = (
"The qibo-client package requires an installed qibo package version"
f">=0.2.4, the local qibo version is {qibo_local_version}"
f">={constants.MINIMUM_QIBO_VERSION_ALLOWED}, the local qibo "
f"version is {qibo_local_version}"
)
assert qibo_local_version >= constants.MINIMUM_QIBO_VERSION_ALLOWED, msg

Expand Down

0 comments on commit 4a5eac0

Please sign in to comment.