description=Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation.
description=Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation.
...
@@ -44,6 +46,7 @@ project_urls =
...
@@ -44,6 +46,7 @@ project_urls =
python_requires=>=3.0
python_requires=>=3.0
packages=find:
packages=find:
install_requires=
install_requires=
pathlib;python_version<'3.10'
six
six
numpy
numpy
sympy<=1.6.2# diffgeom changes in 1.7 see unit branch for first implementation of compatibility
sympy<=1.6.2# diffgeom changes in 1.7 see unit branch for first implementation of compatibility