Skip to content

Commit 4e65076

Browse files
committed
Initialize daft-paimon connector module
1 parent d6f4fda commit 4e65076

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/paimon-daft-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787
python -m pip install \
8888
daft==${{ env.DAFT_VERSION }} \
8989
pyarrow==16.0.0 \
90-
"pytest~=7.0" \
91-
pandas==2.0.3
90+
numpy==1.24.3 \
91+
pandas==2.0.3 \
92+
"pytest~=7.0"
9293
9394
- name: Install daft-paimon
9495
run: |

paimon-daft/dev/requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
daft==0.7.11
2020
pypaimon==1.4.1
2121
pyarrow==16.0.0
22-
pytest~=7.0
22+
numpy==1.24.3
2323
pandas==2.0.3
24+
pytest~=7.0
2425
flake8==4.0.1

0 commit comments

Comments
 (0)