| [project] | |
| name = "solution" | |
| version = "0.1.0" | |
| description = "Assignment 5 model submission" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "cloudpickle==3.1.2", | |
| "huggingface-hub>=1.3.5", | |
| "pandas>=2.3.3", | |
| "scikit-learn>=1.8.0", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "ipykernel>=7.1.0", | |
| ] | |