| [project] | |
| name = "terra-huggingface" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "einops>=0.8.0", | |
| "imageio[ffmpeg]>=2.36.1", | |
| "torch>=2.5.1", | |
| "torchvision>=0.20.1", | |
| "transformers>=4.47.0", | |
| ] | |