| [project] | |
| name = "cmapss-dashboard" | |
| version = "0.1.0" | |
| description = "CMAPSS FD001/FD002/FD004 reliability and RUL prediction dashboard" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "numpy>=1.26", | |
| "pandas>=2.2", | |
| "plotly>=5.20", | |
| "scipy>=1.11", | |
| "scikit-learn>=1.4", | |
| "catboost>=1.2", | |
| "gradio>=5.0", | |
| ] |