-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LQ version checking out in LK-CPU tests (#723)
* Fix checkout LQ * Auto update version from '0.37.0-dev6' to '0.37.0-dev7' * Try Ali's suggestion. * Auto update version from '0.37.0-dev7' to '0.37.0-dev8' * Auto update version from '0.37.0-dev8' to '0.37.0-dev9' * Update changelog. * Fix string comp. * Pin autoray<0.6.10 * Auto update version from '0.37.0-dev8' to '0.37.0-dev9' * trigger ci * trigger ci * Use float to define gates. * Revert. * Auto update version from '0.37.0-dev9' to '0.37.0-dev10' * Auto update version from '0.37.0-dev10' to '0.37.0-dev11' * Fix quimb dep. --------- Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai> Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com>
- Loading branch information
1 parent
10b58bd
commit e535094
Showing
5 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.37.0-dev10" | ||
__version__ = "0.37.0-dev11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ custatevec-cu12 | |
pylint | ||
scipy~=1.12.0 | ||
autoray<0.6.10 | ||
git+https://github.com/jcmgray/quimb.git | ||
quimb==1.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters