python310Packages.qiskit-terra 0 -> 1 attrpath: python310Packages.qiskit-terra Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ipwh553066zl9jbpg2anlvkdvwnfn6b7-packages.json.drv building '/nix/store/ipwh553066zl9jbpg2anlvkdvwnfn6b7-packages.json.drv'... Going to be running update for following packages: - python3.10-qiskit-terra-0.21.0 Press Enter key to continue... Running update for: - python3.10-qiskit-terra-0.21.0: UPDATING ... - python3.10-qiskit-terra-0.21.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-terra/default.nix b/pkgs/development/python-modules/qiskit-terra/default.nix index f6c5010fbfb7..68c5bdaaa5b3 100644 --- a/pkgs/development/python-modules/qiskit-terra/default.nix +++ b/pkgs/development/python-modules/qiskit-terra/default.nix @@ -58,15 +58,15 @@ in buildPythonPackage rec { pname = "qiskit-terra"; - version = "0.21.0"; + version = "0.25.2.1"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "qiskit"; repo = pname; - rev = version; - hash = "sha256-imktzBpgP+lq6FsVWIUK82+t76gKTgt53kPfKOnsseQ="; + rev = "refs/tags/${version}"; + hash = "sha256-VodZaUUK9CEQXgh5nekjVlGWbcv/Nqmxp4FIeGwND2Q="; }; nativeBuildInputs = [ setuptools-rust rustc cargo rustPlatform.cargoSetupHook ]; No auto update branch exists Old version 0.21.0" not present in staging derivation file with contents: { stdenv , lib , pythonOlder , buildPythonPackage , fetchFromGitHub , cargo , rustPlatform , rustc # Python requirements , dill , numpy , networkx , ply , psutil , python-constraint , python-dateutil , rustworkx , scipy , scikit-quant ? null , setuptools-rust , stevedore , symengine , sympy , tweedledum , withVisualization ? false # Python visualization requirements, optional , ipywidgets , matplotlib , pillow , pydot , pygments , pylatexenc , seaborn # Crosstalk-adaptive layout pass , withCrosstalkPass ? false , z3 # test requirements , ddt , hypothesis , nbformat , nbconvert , pytestCheckHook , python }: let visualizationPackages = [ ipywidgets matplotlib pillow pydot pygments pylatexenc seaborn ]; crosstalkPackages = [ z3 ]; in buildPythonPackage rec { pname = "qiskit-terra"; version = "0.25.1"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-4/LVKDNxKsRztCtU/mMfKMVHHJqfadZXmxeOlnlz9Tc="; }; nativeBuildInputs = [ setuptools-rust rustc cargo rustPlatform.cargoSetupHook ]; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; hash = "sha256-SXC0UqWjWqLlZvKCRBylSX73r4Vale130KzS0zM8gjQ="; }; propagatedBuildInputs = [ dill numpy networkx ply psutil python-constraint python-dateutil rustworkx scipy scikit-quant stevedore symengine sympy tweedledum ] ++ lib.optionals withVisualization visualizationPackages ++ lib.optionals withCrosstalkPass crosstalkPackages; # *** Tests *** nativeCheckInputs = [ pytestCheckHook ddt hypothesis nbformat nbconvert ] ++ lib.optionals (!withVisualization) visualizationPackages; pythonImportsCheck = [ "qiskit" "qiskit.pulse" ]; disabledTestPaths = [ "test/randomized/test_transpiler_equivalence.py" # collection requires qiskit-aer, which would cause circular dependency # These tests are nondeterministic and can randomly fail. # We ignore them here for deterministic building. "test/randomized/" # These tests consistently fail on GitHub Actions build "test/python/quantum_info/operators/test_random.py" ]; pytestFlagsArray = [ "--durations=10" ]; disabledTests = [ "TestUnitarySynthesisPlugin" # use unittest mocks for transpiler.run(), seems incompatible somehow w/ pytest infrastructure # matplotlib tests seems to fail non-deterministically "TestMatplotlibDrawer" "TestGraphMatplotlibDrawer" "test_copy" # assertNotIn doesn't seem to work as expected w/ pytest vs unittest # Flaky tests "test_pulse_limits" # Fails on GitHub Actions, probably due to minor floating point arithmetic error. "test_cx_equivalence" # Fails due to flaky test "test_two_qubit_synthesis_not_pulse_optimal" # test of random circuit, seems to randomly fail depending on seed "test_qv_natural" # fails due to sign error. Not sure why ] ++ lib.optionals (lib.versionAtLeast matplotlib.version "3.4.0") [ "test_plot_circuit_layout" ] # Disabling slow tests for build constraints ++ [ "test_all_examples" "test_controlled_random_unitary" "test_controlled_standard_gates_1" "test_jupyter_jobs_pbars" "test_lookahead_swap_higher_depth_width_is_better" "test_move_measurements" "test_job_monitor" "test_wait_for_final_state" "test_multi_controlled_y_rotation_matrix_basic_mode" "test_two_qubit_weyl_decomposition_abc" "test_isometry" "test_parallel" "test_random_state" "test_random_clifford_valid" "test_to_matrix" "test_block_collection_reduces_1q_gate" "test_multi_controlled_rotation_gate_matrices" "test_block_collection_runs_for_non_cx_bases" "test_with_two_qubit_reduction" "test_basic_aer_qasm" "test_hhl" "test_H2_hamiltonian" "test_max_evals_grouped_2" "test_qaoa_qc_mixer_4" "test_abelian_grouper_random_2" "test_pauli_two_design" "test_shor_factoring" "test_sample_counts_memory_ghz" "test_two_qubit_weyl_decomposition_ab0" "test_sample_counts_memory_superposition" "test_piecewise_polynomial_function" "test_piecewise_chebyshev_mutability" "test_bit_conditional_no_cregbundle" "test_gradient_wrapper2" "test_two_qubit_weyl_decomposition_abmb" "test_two_qubit_weyl_decomposition_abb" "test_vqe_qasm" "test_dag_from_networkx" "test_defaults_to_dict_46" ]; # Moves tests to $PACKAGEDIR/test. They can't be run from /build because of finding # cythonized modules and expecting to find some resource files in the test directory. preCheck = '' export PACKAGEDIR=$out/${python.sitePackages} echo "Moving Qiskit test files to package directory" cp -r $TMP/$sourceRoot/test $PACKAGEDIR cp -r $TMP/$sourceRoot/examples $PACKAGEDIR # run pytest from Nix's $out path pushd $PACKAGEDIR ''; postCheck = '' rm -r test rm -r examples popd ''; meta = with lib; { broken = true; # tests segfault python description = "Provides the foundations for Qiskit."; longDescription = '' Allows the user to write quantum circuits easily, and takes care of the constraints of real hardware. ''; homepage = "https://qiskit.org/terra"; downloadPage = "https://github.com/QISKit/qiskit-terra/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; }