[tool.poetry] name = "test" version = "0.1.0" description = "" authors = ["Conrad Godfrey "] [tool.poetry.dependencies] python = "==3.10.6" gradio = "^3.1.5" fastai = "^2.7.9" scipy = "^1.9" torch = "^1.12.1" torchvision = "^0.13.1" torchaudio = "^0.12.1" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"