353-iris-model / pyproject.toml
sookiemonster's picture
Upload pyproject.toml with huggingface_hub
45ff2a4 verified
[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",
"scikit-learn>=1.8.0",
]
[dependency-groups]
dev = [
"ipykernel>=7.1.0",
"ipywidgets>=8.1.8",
]