| [tool.poetry] | |
| name = "clip-variants" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Miha Lunar <[email protected]>"] | |
| readme = "README.md" | |
| packages = [{include = "clip_variants"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| onnxmltools = "^1.11.1" | |
| packaging = "^21.3" | |
| torch = "^1.12.1" | |
| clip = {git = "https://github.com/openai/CLIP.git"} | |
| torchvision = "^0.13.1" | |
| ftfy = "^6.1.1" | |
| regex = "^2022.9.13" | |
| tqdm = "^4.64.1" | |
| onnxruntime = "^1.12.1" | |
| onnxconverter-common = "^1.12.2" | |
| tabulate = "^0.8.10" | |
| numpy = "^1.23.3" | |
| Pillow = "^9.2.0" | |
| onnx = "^1.12.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |
| [[tool.poetry.source]] | |
| name = "torch" | |
| url = "https://download.pytorch.org/whl/cu116" | |
| secondary = true | |