python311Packages.qds-sdk: rename from qds_sdk
This commit is contained in:
parent
0686263a23
commit
d9dcbbdb88
@ -10,7 +10,7 @@
|
||||
urllib3 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qds_sdk";
|
||||
pname = "qds-sdk";
|
||||
version = "1.16.1";
|
||||
|
||||
# pypi does not contain tests, using github sources instead
|
@ -350,6 +350,7 @@ mapAliases ({
|
||||
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
|
||||
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
|
||||
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
|
||||
qds_sdk = qds-sdk; # added 2023-10-21
|
||||
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";
|
||||
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
|
||||
|
@ -11828,7 +11828,7 @@ self: super: with self; {
|
||||
|
||||
qdrant-client = callPackage ../development/python-modules/qdrant-client { };
|
||||
|
||||
qds_sdk = callPackage ../development/python-modules/qds_sdk { };
|
||||
qds-sdk = callPackage ../development/python-modules/qds-sdk { };
|
||||
|
||||
qgrid = callPackage ../development/python-modules/qgrid { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user