| [tool.poetry] | |
| name = "iris-classification" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Aviad Rozenhek <aviadr1@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| scikit-learn = "^1.4.1.post1" | |
| pandas = "^2.2.1" | |
| gradio = "^4.25.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |