Skip to content

Commit 7691b0f

Browse files
Add typing_extensions runtime dependency to meta.yaml
This is required as of `datafusion-python` v40. ref: apache/datafusion-python#750
1 parent f0f3d58 commit 7691b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ requirements:
3030
run:
3131
- python
3232
- pyarrow >=11.0.0
33+
- typing_extensions
3334

3435
test:
3536
imports:

0 commit comments

Comments
 (0)