Skip to content

Commit 3ec05a6

Browse files
authored
build: add pandas and pyarrow dependencies (#424)
1 parent 104f84c commit 3ec05a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ classifiers = [
2929
"Topic :: Database",
3030
"Topic :: Scientific/Engineering",
3131
]
32+
dependencies = [
33+
"pandas>=2.0.0",
34+
"pyarrow>=13.0.0"
35+
]
3236

3337
[project.optional-dependencies]
34-
dataframe = ["pandas>=2.0.0", "pyarrow>=13.0.0"]
3538
dev = ["pytest", "pytest-cov"]
3639
ci = ["cibuildwheel"]
3740
publish = ["twine", "wheel"]

0 commit comments

Comments
 (0)