Skip to content

Commit fde8a11

Browse files
ColinMaudryjpmckinney
authored andcommitted
Use pyarrow==14.0.0 to prevent dependency conflict
1 parent 30c358c commit fde8a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component_setup_charts.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"outputs": [],
3232
"source": [
33-
"! pip install altair pyarrow==11.0.0 >> pip.log"
33+
"! pip install altair pyarrow==14.0.0 >> pip.log"
3434
]
3535
},
3636
{
@@ -314,4 +314,4 @@
314314
"outputs": []
315315
}
316316
]
317-
}
317+
}

0 commit comments

Comments
 (0)