Skip to content

Commit 68ec194

Browse files
exo: 0-unstable-2024-10-03 -> 0-unstable-2024-10-06 (#346818)
2 parents 7686035 + a61e21f commit 68ec194

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ex/exo/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
}:
77
python3Packages.buildPythonApplication {
88
pname = "exo";
9-
version = "0-unstable-2024-10-03";
9+
version = "0-unstable-2024-10-06";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "exo-explore";
1414
repo = "exo";
15-
rev = "2b9dec20eb25f8708455e13eabc744d653b7a286";
16-
hash = "sha256-Iz65bs/ntTrxcifrPemAlK8zVjbwQfXsnUlcE1r4E/A=";
15+
rev = "7b2a523fd1e5f1281d89bc1f664a29dc2003b787";
16+
hash = "sha256-o4tNbU9oa7WsAQ6eiTHqQVhliXbG/Y8d7PeH2TTWgGk=";
1717
};
1818

1919
build-system = with python3Packages; [ setuptools ];
@@ -34,11 +34,11 @@ python3Packages.buildPythonApplication {
3434
jinja2
3535
netifaces
3636
numpy
37+
nvidia-ml-py
3738
pillow
3839
prometheus-client
3940
protobuf
4041
psutil
41-
pynvml
4242
requests
4343
rich
4444
safetensors

0 commit comments

Comments
 (0)