@@ -8151,6 +8151,8 @@ self: super: with self; {
81518151
81528152 monkeyhex = callPackage ../development/python-modules/monkeyhex { };
81538153
8154+ monkeytype = callPackage ../development/python-modules/monkeytype { };
8155+
81548156 monosat = pkgs.monosat.python {
81558157 inherit buildPythonPackage;
81568158 inherit (self) cython pytestCheckHook;
@@ -14649,6 +14651,8 @@ self: super: with self; {
1464914651
1465014652 sortedcontainers = callPackage ../development/python-modules/sortedcontainers { };
1465114653
14654+ sotabenchapi = callPackage ../development/python-modules/sotabenchapi { };
14655+
1465214656 soundcard = callPackage ../development/python-modules/soundcard { };
1465314657
1465414658 soundcloud-v2 = callPackage ../development/python-modules/soundcloud-v2 { };
@@ -15146,6 +15150,8 @@ self: super: with self; {
1514615150
1514715151 subliminal = callPackage ../development/python-modules/subliminal { };
1514815152
15153+ submitit = callPackage ../development/python-modules/submitit { };
15154+
1514915155 subprocess-tee = callPackage ../development/python-modules/subprocess-tee { };
1515015156
1515115157 subunit = callPackage ../development/python-modules/subunit {
@@ -15774,6 +15780,8 @@ self: super: with self; {
1577415780 triton = self.triton-bin;
1577515781 };
1577615782
15783+ torchbench = callPackage ../development/python-modules/torchbench { };
15784+
1577715785 torchsnapshot = callPackage ../development/python-modules/torchsnapshot { };
1577815786
1577915787 torchWithCuda = self.torch.override {
0 commit comments