7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-bFUDm6/4XUyyrMxc1KKqbVi1gmUJ7Lxonei/HxlmGwI=";
16 propagatedBuildInputs = [ numpy ];
18 # tests are not included in pypi distributions and would require lots of
19 # optional dependencies
22 pythonImportsCheck = [ "trimesh" ];
25 description = "Python library for loading and using triangular meshes";
26 homepage = "https://trimsh.org/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ gebner ];