[tool.poetry] name = "matplotlib-pre-3-7" version = "0.1.0" description = "" authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.10" matplotlib = "<3.7" [build-system] requires = ["poetry-core>=1.1"] build-backend = "poetry.core.masonry.api"