assignment3-model-b / pyproject.toml
ShohruzE's picture
Upload pyproject.toml with huggingface_hub
abf14c0 verified
raw
history blame contribute delete
393 Bytes
[project]
name = "solution"
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",
]