[project] name = "privacy-loss-accounting-reproduction" version = "0.1.0" description = "Claim-by-claim reproduction of arXiv:2602.17284" requires-python = "==3.12.*" dependencies = [ "marimo>=0.15,<0.16", "matplotlib>=3.10,<3.11", "numpy>=2.0,<3", "pld-accounting[performance] @ git+https://github.com/moshenfeld/PLD_accounting.git@11ed6d14e846de658465fb91309f574ab933cdc9", "psutil>=7,<8", "pytest>=8,<9", "scipy>=1.15,<2", ] [tool.uv] package = false