File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ requirements:
15
15
- python
16
16
- pip
17
17
- numpy >=1.17
18
- - pyarrow >=8 .0.0
18
+ - pyarrow >=15 .0.0
19
19
- python-xxhash
20
20
- dill
21
21
- pandas
@@ -31,8 +31,7 @@ requirements:
31
31
- python
32
32
- pip
33
33
- numpy >=1.17
34
- - pyarrow >=8.0.0
35
- - pyarrow-hotfix
34
+ - pyarrow >=15.0.0
36
35
- python-xxhash
37
36
- dill
38
37
- pandas
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build_and_package :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
defaults :
15
15
run :
16
16
shell : bash -l {0}
@@ -20,13 +20,13 @@ jobs:
20
20
uses : actions/checkout@v4
21
21
22
22
- name : Install miniconda
23
- uses : conda-incubator/setup-miniconda@v3
23
+ uses : conda-incubator/setup-miniconda@v2
24
24
with :
25
25
auto-update-conda : true
26
26
auto-activate-base : false
27
27
activate-environment : " build-datasets"
28
28
python-version : 3.8
29
- channels : huggingface,conda-forge
29
+ channels : huggingface
30
30
31
31
- name : Setup conda env
32
32
run : |
You can’t perform that action at this time.
0 commit comments