Skip to content

Commit

Permalink
add pandas as build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 9, 2024
1 parent d8c1df3 commit 44fd833
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[build-system]
requires = ["scikit-build-core", "nanobind", "oldest-supported-numpy", "tableauhyperapi"]
requires = [
"scikit-build-core",
"nanobind",
"oldest-supported-numpy",
"tableauhyperapi",
"pandas", # not actuallly required but delocate needs it :-(
]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit 44fd833

Please sign in to comment.