12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-FlsS8omMPo3smaLtBexcg+r6L8gVC6jDD4s6YvaTQz8=";
24 build-system = [ setuptools ];
26 dependencies = [ numpy ];
34 # requires loading models which aren't part of the Pypi tarball
38 pytestFlagsArray = [ "tests/test_minimal.py" ];
40 pythonImportsCheck = [ "trimesh" ];
43 description = "Python library for loading and using triangular meshes";
44 homepage = "https://trimesh.org/";
45 changelog = "https://github.com/mikedh/trimesh/releases/tag/${version}";
46 license = licenses.mit;
47 mainProgram = "trimesh";
48 maintainers = with maintainers; [