Commit a31261c
committed
fix: pin pyarrow version to resolve datasets compatibility
- Add pyarrow >= 8.0.0, < 21.0.0 constraint to pyproject.toml and requirements-dev.txt
- Fixes 'PyExtensionType' AttributeError when importing datasets
- PyArrow 21.0.0 removed PyExtensionType, breaking datasets==2.14.5 compatibility
- Ensures stable test environment and prevents import errors1 parent 1ed7ffd commit a31261c
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments