File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
CMAKE_VERSION : ' 3.17.3'
11
- ARROW_VERSION : ' 1.0.0 '
11
+ ARROW_VERSION : ' 1.0.1 '
12
12
13
13
jobs :
14
14
python :
Original file line number Diff line number Diff line change 13
13
container : quay.io/pypa/manylinux2014_x86_64:latest
14
14
env :
15
15
CMAKE_VERSION : ' 3.17.3'
16
- ARROW_VERSION : ' 1.0.0 '
16
+ ARROW_VERSION : ' 1.0.1 '
17
17
CPYTHON_VERSION : ' cp35-cp35m'
18
18
steps :
19
19
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- ARROW_VERSION : ' 1.0.0 '
10
+ ARROW_VERSION : ' 1.0.1 '
11
11
12
12
jobs :
13
13
cpp :
Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ def initialize_options(self):
119
119
install_requires = [
120
120
'numpy >= 1.14' ,
121
121
'pandas' ,
122
- 'pyarrow == 1.0.0 ' ,
122
+ 'pyarrow == 1.0.1 ' ,
123
123
],
124
124
setup_requires = [
125
125
'cython' ,
126
126
'numpy' ,
127
- 'pyarrow == 1.0.0 ' ,
127
+ 'pyarrow == 1.0.1 ' ,
128
128
'plumbum'
129
129
],
130
130
classifiers = [
Original file line number Diff line number Diff line change @@ -124,12 +124,12 @@ def initialize_options(self):
124
124
install_requires = [
125
125
'numpy >= 1.14' ,
126
126
'pandas' ,
127
- 'pyarrow == 1.0.0 ' ,
127
+ 'pyarrow == 1.0.1 ' ,
128
128
],
129
129
setup_requires = [
130
130
'cython' ,
131
131
'numpy' ,
132
- 'pyarrow == 1.0.0 ' ,
132
+ 'pyarrow == 1.0.1 ' ,
133
133
'plumbum' ,
134
134
'pytest-runner'
135
135
],
You can’t perform that action at this time.
0 commit comments