[tool.poetry] name = "interpolation" version = "0.1.0" description = "" authors = ["Lukas Winkler "] [tool.poetry.dependencies] python = "^3.8" scipy = "^1.6.1" numpy = "^1.19.0" matplotlib = "^3.3.4" tabulate = "^0.8.7" #Keras = "^2.4.3" #tensorflow = "^2.3.1" pydot = "^1.4.1" #"vext.pyqt5" = "^0.7.4" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"