python3Packages.viser: 1.0.27 -> 1.0.29
Changelogs: - https://github.com/viser-project/viser/releases/tag/v1.0.28 - https://github.com/viser-project/viser/releases/tag/v1.0.29 Diff: https://github.com/viser-project/viser/compare/v1.0.27...v1.0.29
This commit is contained in:
@@ -55,14 +55,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "viser";
|
||||
version = "1.0.27";
|
||||
version = "1.0.29";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "viser-project";
|
||||
repo = "viser";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-qE9V6KjniKm3vBtf5ger6UHob4go0wTaJnmYtvYqvMc=";
|
||||
hash = "sha256-OeI/aEhJ0k9U2BtDEvwIimNFj74NZLSh4ieKnugn/hk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -105,15 +105,14 @@ buildPythonPackage (finalAttrs: {
|
||||
trimesh
|
||||
typing-extensions
|
||||
websockets
|
||||
yourdfpy
|
||||
zstandard
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
urdf = [ yourdfpy ];
|
||||
dev = [
|
||||
hypothesis
|
||||
nodeenv
|
||||
opencv-python
|
||||
playwright
|
||||
pre-commit
|
||||
psutil
|
||||
@@ -122,7 +121,8 @@ buildPythonPackage (finalAttrs: {
|
||||
pytest-playwright
|
||||
pytest-xdist
|
||||
ruff
|
||||
];
|
||||
]
|
||||
++ finalAttrs.passthru.optional-dependencies.examples;
|
||||
examples = [
|
||||
gdown
|
||||
liblzfse
|
||||
@@ -134,7 +134,8 @@ buildPythonPackage (finalAttrs: {
|
||||
robot-descriptions
|
||||
torch
|
||||
tyro
|
||||
];
|
||||
]
|
||||
++ finalAttrs.passthru.optional-dependencies.urdf;
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user