[project] name = "rarelens-ml" version = "0.1.0" requires-python = ">=3.12" dependencies = ["lightgbm>=4.5", "mlflow>=2.16", "pandas", "scikit-learn", "sqlalchemy", "psycopg[binary]"] [project.optional-dependencies] gpu = ["torch"] # for the optional deep-learning baseline on GPU