Skip to content

Commit

Permalink
trying to include pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent cee6695 commit 6c0d9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dev-dependencies = [
"jupyterlab>=4.2.5",
"ruff>=0.6.2",
"polars>=1.5.0",
"pandas>=1.3.5"
]


Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6c0d9bd

Please sign in to comment.