mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
exo: 0-unstable-2024-11-14 -> 0-unstable-2024-11-30
This commit is contained in:
parent
5f708cb9c0
commit
117601c9a0
@ -7,14 +7,14 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "exo";
|
||||
version = "0-unstable-2024-11-14";
|
||||
version = "0-unstable-2024-11-30";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "exo-explore";
|
||||
repo = "exo";
|
||||
rev = "f1eec9fa64a0c14e0ef2eec092b799009b3d4a1e";
|
||||
hash = "sha256-WrJrhMtq+S5VD3oyW1k3fkOHunTzdFk0HavjOXLhIKU=";
|
||||
rev = "fcce9c347404e37921890e85f8d251e17025acc0";
|
||||
hash = "sha256-ROWNhQuAwjKfcEWYWSJTPaksXdxQZ9nOoR7Ft63Kx2A=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ setuptools ];
|
||||
@ -27,13 +27,14 @@ python3Packages.buildPythonApplication {
|
||||
aiohttp
|
||||
aiohttp-cors
|
||||
aiofiles
|
||||
blobfile
|
||||
grpcio
|
||||
grpcio-tools
|
||||
jinja2
|
||||
netifaces
|
||||
numpy
|
||||
nuitka
|
||||
nvidia-ml-py
|
||||
opencv-python
|
||||
pillow
|
||||
prometheus-client
|
||||
protobuf
|
||||
@ -41,7 +42,6 @@ python3Packages.buildPythonApplication {
|
||||
pydantic
|
||||
requests
|
||||
rich
|
||||
safetensors
|
||||
tenacity
|
||||
tqdm
|
||||
transformers
|
||||
|
Loading…
Reference in New Issue
Block a user