[tool.poetry] name = "polymatrix" version = "0.0.1" description = 'A library to represent and manipulate multivariate polynomials' authors = [ "Michael Schneeberger ", ] readme = "README.md" [tool.poetry.dependencies] python = ">=3.10" sympy = ">=1.12" numpy = ">=1.26.4" dataclass-abc = ">=0.0.8" scipy = "^1.12.0" sphinx = "^7.3.7" python-docs-theme = "^2024.4" [tool.poetry.group.notebook.dependencies] marimo = "^0.2.5" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"