[tool.poetry] name = "texturesynthesis-styleswap" version = "0.1.0" description = "" authors = ["Your Name "] [tool.poetry.dependencies] python = "~3.9" numpy = "^1.21.4" tensorflow = "^2.7.0" tensorflow-hub = "^0.12.0" matplotlib = "^3.5.1" opencv-python = "^4.5.4" ipython = "^7.30.1" jupyter = "^1.0.0" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"