Skip to content

Commit

Permalink
python3Packages.retworkx: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPattison committed May 14, 2023
1 parent 01e82e9 commit 3d95de6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 73 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qiskit-nature/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, numpy
, psutil
, qiskit-terra
, retworkx
, rustworkx
, scikit-learn
, scipy
, withPyscf ? false
Expand Down Expand Up @@ -37,7 +37,7 @@ buildPythonPackage rec {
numpy
psutil
qiskit-terra
retworkx
rustworkx
scikit-learn
scipy
] ++ lib.optional withPyscf pyscf;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qiskit-terra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
, psutil
, python-constraint
, python-dateutil
, retworkx
, rustworkx
, scipy
, scikit-quant ? null
, setuptools-rust
Expand Down Expand Up @@ -83,7 +83,7 @@ buildPythonPackage rec {
psutil
python-constraint
python-dateutil
retworkx
rustworkx
scipy
scikit-quant
stevedore
Expand Down
67 changes: 0 additions & 67 deletions pkgs/development/python-modules/retworkx/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ mapAliases ({
Quandl = quandl; # added 2023-02-19
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
retworkx = rustworkx; # added 2023-05-14
repeated_test = repeated-test; # added 2022-11-15
requests_oauthlib = requests-oauthlib; # added 2022-02-12
requests_toolbelt = requests-toolbelt; # added 2017-09-26
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10267,8 +10267,6 @@ self: super: with self; {

returns = callPackage ../development/python-modules/returns { };

retworkx = callPackage ../development/python-modules/retworkx { };

rfc3339 = callPackage ../development/python-modules/rfc3339 { };

rfc3339-validator = callPackage ../development/python-modules/rfc3339-validator { };
Expand Down

0 comments on commit 3d95de6

Please sign in to comment.