| [project] | |
| name = "iris-classifier" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| requires-python = ">=3.14" | |
| dependencies = [ | |
| "gradio>=6.12.0", | |
| "huggingface-hub>=1.10.1", | |
| "joblib>=1.5.3", | |
| "matplotlib>=3.10.8", | |
| "numpy>=2.4.4", | |
| "pandas>=3.0.2", | |
| "scikit-learn>=1.8.0", | |
| "seaborn>=0.13.2", | |
| "xgboost>=3.2.0", | |
| ] | |