From 56caf9a17ba2ec89ad6f4308a7466f5a1df9985e Mon Sep 17 00:00:00 2001 From: Jungtaek Kim Date: Tue, 27 Feb 2024 18:48:20 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70d5bf1..20300a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ Issues = "https://github.com/jungtaekkim/bayeso-benchmarks/issues" [project.optional-dependencies] dev = [ "pytest", + "wheel", "twine", "scipy", "matplotlib",