| [project] | |
| name = "data-processing" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "granite-tsfm==0.3.2", | |
| "pandas>=2.3.3", | |
| "torch>=2.9.1", | |
| ] | |
| [[tool.uv.index]] | |
| # Optional name for the index. | |
| name = "pytorch" | |
| # Required URL for the index. | |
| url = "https://download.pytorch.org/whl/cpu" | |