From 6c0d9bdebec1f7b56a91a890f19027ccb9cdc864 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Sat, 28 Dec 2024 10:59:45 -0500 Subject: [PATCH] trying to include pandas --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 005cc73d..d0e96aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ dev-dependencies = [ "jupyterlab>=4.2.5", "ruff>=0.6.2", "polars>=1.5.0", + "pandas>=1.3.5" ] @@ -88,7 +89,7 @@ Homepage = "https://github.com/paddymul/buckaroo" [tool.hatch.build] only-packages = true -artifacts = ["src/buckaroo/static/widget.js", "scripts/hatch_build.py"] +artifacts = ["src/buckaroo/static/widget.js", "src/buckaroo/static/widget.css", "scripts/hatch_build.py"] [tool.hatch.envs.default] installer = "uv"