Commit 129b9e0
Fix CI: pyarrow 15, pandas 2.2 and sqlachemy (#6617)
* fix cast sliced fixed size list for pyarrow 15
* fix pandas timedelta
* unpin qslalchemy
* Update src/datasets/table.py
Co-authored-by: Mario Šaško <[email protected]>
* style
---------
Co-authored-by: Mario Šaško <[email protected]>1 parent 3267234 commit 129b9e0
File tree
4 files changed
+10
-6
lines changed- src/datasets
- features
- tests
4 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2076 | 2076 | | |
2077 | 2077 | | |
2078 | 2078 | | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
2082 | 2079 | | |
2083 | 2080 | | |
2084 | 2081 | | |
| |||
2090 | 2087 | | |
2091 | 2088 | | |
2092 | 2089 | | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
2093 | 2094 | | |
2094 | 2095 | | |
2095 | 2096 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments