[project] name = "ml-forecasting-case-study" version = "0.1.0" description = "Privacy-safe demand forecasting case study" requires-python = ">=3.11" dependencies = [ "jupyter", "matplotlib", "nbclient", "numpy", "pandas", "scikit-learn", ] [tool.uv] package = false