-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
python3Packages.qiskit: 0.14.0 -> 0.17.0 #78772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2df8238
pythonPackages.ipyvue: init at 1.3.1
drewrisinger 8b75740
pythonPackages.ipyvuetify: init at 1.2.2
drewrisinger 2133da1
python3Packages.qiskit-ibmq-provider: 0.5.0 -> 0.6.0
drewrisinger c3c0f47
pythonPackages.IBMQuantumExperience: remove deprecated package
drewrisinger df05335
pythonPackages.qiskit: 0.14.0 -> 0.17.0
drewrisinger cb2e60f
python3Packages.qiskit-aqua: disable slow tests
drewrisinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
pkgs/development/python-modules/ibmquantumexperience/default.nix
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { lib | ||
| , isPy27 | ||
| , buildPythonPackage | ||
| , fetchPypi | ||
| # Python Inputs | ||
| , ipywidgets | ||
| }: | ||
|
|
||
| buildPythonPackage rec { | ||
| pname = "ipyvue"; | ||
| version = "1.3.1"; | ||
|
|
||
| disabled = isPy27; | ||
|
|
||
| src = fetchPypi { | ||
| inherit pname version; | ||
| sha256 = "01kp7d8iyz04d0m4njhv8rg72daqmgd93bdljwyffzxg71pwq92a"; | ||
| }; | ||
|
|
||
| propagatedBuildInputs = [ ipywidgets ]; | ||
|
|
||
| doCheck = false; # No tests in package or GitHub | ||
|
drewrisinger marked this conversation as resolved.
Outdated
|
||
| pythonImportsCheck = [ "ipyvue" ]; | ||
|
|
||
| meta = with lib; { | ||
| description = "Jupyter widgets base for Vue libraries."; | ||
| homepage = "https://github.com/mariobuikhuizen/ipyvuetify"; | ||
| license = licenses.mit; | ||
| maintainers = with maintainers; [ drewrisinger ]; | ||
| }; | ||
| } | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { lib | ||
| , buildPythonPackage | ||
| , fetchPypi | ||
| # Python Inputs | ||
| , ipyvue | ||
| }: | ||
|
|
||
| buildPythonPackage rec { | ||
| pname = "ipyvuetify"; | ||
| version = "1.2.2"; | ||
|
|
||
| # GitHub version tries to run npm (Node JS) | ||
| src = fetchPypi { | ||
| inherit pname version; | ||
| sha256 = "0vg3sdkdhba917xs6gyzwpp10gi2gszihf45cw2llwsfgb7kpfw8"; | ||
| }; | ||
|
|
||
| propagatedBuildInputs = [ ipyvue ]; | ||
|
|
||
| doCheck = false; # no tests on PyPi/GitHub | ||
|
drewrisinger marked this conversation as resolved.
Outdated
|
||
| pythonImportsCheck = [ "ipyvuetify" ]; | ||
|
|
||
| meta = with lib; { | ||
| description = "Jupyter widgets based on Vuetify UI Components."; | ||
| homepage = "https://github.com/mariobuikhuizen/ipyvuetify"; | ||
| license = licenses.mit; | ||
| maintainers = with maintainers; [ drewrisinger ]; | ||
| }; | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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,65 +1,49 @@ | ||
| { stdenv | ||
| , isPy3k | ||
| { lib | ||
| , pythonOlder | ||
| , buildPythonPackage | ||
| , fetchPypi | ||
| , numpy | ||
| , scipy | ||
| , sympy | ||
| , matplotlib | ||
| , networkx | ||
| , ply | ||
| , pillow | ||
| , cffi | ||
| , requests | ||
| , requests_ntlm | ||
| , IBMQuantumExperience | ||
| , jsonschema | ||
| , psutil | ||
| , cmake | ||
| , llvmPackages | ||
| , fetchFromGitHub | ||
| # Python Inputs | ||
| , qiskit-aer | ||
| , qiskit-aqua | ||
| , qiskit-ibmq-provider | ||
| , qiskit-ignis | ||
| , qiskit-terra | ||
| # Check Inputs | ||
| , pytestCheckHook | ||
| }: | ||
|
|
||
| buildPythonPackage rec { | ||
| pname = "qiskit"; | ||
| version = "0.14.0"; | ||
| # NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history | ||
| version = "0.17.0"; | ||
|
|
||
| disabled = !isPy3k; | ||
| disabled = pythonOlder "3.5"; | ||
|
|
||
| src = fetchPypi { | ||
| inherit pname version; | ||
| sha256 = "d086a21d0eee61bb12e1f2cd6148a7292005fd10584ca33d6c404dd5c53ba95f"; | ||
| src = fetchFromGitHub { | ||
| owner = "Qiskit"; | ||
| repo = "qiskit"; | ||
| rev = version; | ||
| sha256 = "1cnjcvvzklyq102fipqnwd5ham0sp0451gp7j79cwwsxzvji6pcc"; | ||
| }; | ||
|
|
||
| buildInputs = [ cmake ] | ||
| ++ stdenv.lib.optional stdenv.isDarwin llvmPackages.openmp; | ||
|
|
||
| propagatedBuildInputs = [ | ||
| numpy | ||
| matplotlib | ||
| networkx | ||
| ply | ||
| scipy | ||
| sympy | ||
| pillow | ||
| cffi | ||
| requests | ||
| requests_ntlm | ||
| IBMQuantumExperience | ||
| jsonschema | ||
| psutil | ||
| qiskit-aer | ||
| qiskit-aqua | ||
| qiskit-ibmq-provider | ||
| qiskit-ignis | ||
| qiskit-terra | ||
| ]; | ||
|
|
||
| # Pypi's tarball doesn't contain tests | ||
| doCheck = false; | ||
| checkInputs = [ pytestCheckHook ]; | ||
| dontUseSetuptoolsCheck = true; | ||
| # following doesn't work b/c they are distributed across different nix sitePackages dirs. Tested with pytest though. | ||
| # pythonImportsCheck = [ "qiskit" "qiskit.terra" "qiskit.ignis" "qiskit.aer" "qiskit.aqua" ]; | ||
|
|
||
| meta = { | ||
| description = "Quantum Software Development Kit for writing quantum computing experiments, programs, and applications"; | ||
| homepage = https://github.com/QISKit/qiskit-terra; | ||
| license = stdenv.lib.licenses.asl20; | ||
| maintainers = with stdenv.lib.maintainers; [ | ||
| pandaman | ||
| ]; | ||
| # Needs to be updated and have its new dependencies added | ||
| broken = true; | ||
| description = "Software for developing quantum computing programs"; | ||
| homepage = "https://qiskit.org"; | ||
| downloadPage = "https://github.com/QISKit/qiskit/releases"; | ||
| license = lib.licenses.asl20; | ||
| maintainers = with lib.maintainers; [ drewrisinger pandaman ]; | ||
| }; | ||
| } |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.