Skip to content

Commit 1b9868c

Browse files
committed
1 parent d5be432 commit 1b9868c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • pkgs/development/python-modules/bitsandbytes

pkgs/development/python-modules/bitsandbytes/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212

1313
# dependencies
1414
scipy,
15+
trove-classifiers,
1516
}:
1617

1718
let
1819
pname = "bitsandbytes";
19-
version = "0.47.0";
20+
version = "0.48.1";
2021

2122
inherit (torch) cudaPackages cudaSupport;
2223
inherit (cudaPackages) cudaMajorMinorVersion;
@@ -62,7 +63,7 @@ buildPythonPackage {
6263
owner = "bitsandbytes-foundation";
6364
repo = "bitsandbytes";
6465
tag = version;
65-
hash = "sha256-iUAeiNbPa3Q5jJ4lK2G0WvTKuipb0zO1mNe+wcRdnqs=";
66+
hash = "sha256-OkhWv5Mb/cnWJteCXvDEkWQvK+QK26YQex39yWIezrQ=";
6667
};
6768

6869
# By default, which library is loaded depends on the result of `torch.cuda.is_available()`.
@@ -112,6 +113,7 @@ buildPythonPackage {
112113
dependencies = [
113114
scipy
114115
torch
116+
trove-classifiers
115117
];
116118

117119
doCheck = false; # tests require CUDA and also GPU access

0 commit comments

Comments
 (0)