| [tool.poetry] | |
| name = "irra" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["grostaco <[email protected]>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| torch = "^2.1.0" | |
| pillow = "^10.1.0" | |
| ftfy = "^6.1.1" | |
| torchvision = "^0.16.0" | |
| easydict = "^1.11" | |
| nvidia-nccl-cu12 = "2.18.1" | |
| regex = "^2023.10.3" | |
| st-pages = "^0.4.5" | |
| transformers = "^4.35.2" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |