This commit is contained in:
2026-05-11 07:37:50 +01:00
commit b752532042
32 changed files with 16916 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "iris-flowers"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.10.7",
"pandas>=2.3.3",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
]