File size: 397 Bytes
39f3975 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [project]
name = "assignment-4"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cloudpickle==3.1.2",
"huggingface-hub>=1.3.5",
"matplotlib>=3.10.8",
"pandas>=2.3.3",
"python-dotenv>=1.2.2",
"scikit-learn>=1.8.0",
]
[dependency-groups]
dev = [
"ipykernel>=7.1.0",
"ipywidgets>=8.1.8",
]
|