-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Python 3.12 and Qiskit 1.0 (#31)
- Upgrade to Python 3.12 - Drop cuQuantum due to NVIDIA CUDA requirement - Upgrade packages - Fix #30 Check list: - [X] PR description is meaningful. - [X] `./generate_requirements.sh` has been executed (when appropriate). - [X] `./check_docker.sh` executes successfully locally. - [x] `./build_docker.sh` executes successfully locally. - [x] Zoose version in `.env` has been updated appropriately. - [X] Commit has been tagged `git tag X.Y.Z` with `X.Y.Z` as in `.env`. - [x] `README` has been updated (if applicable).
- Loading branch information
1 parent
2bda3d7
commit 27eac61
Showing
24 changed files
with
1,096 additions
and
554 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PREFIX=databaseline/zoose | ||
BASE=databaseline/zoose-base | ||
TAG=4.4.0 | ||
TAG=5.0.0 |
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Because of quantum libraries | ||
networkx==2.8.8 | ||
# networkx==2.8.8 |
Oops, something went wrong.