Skip to content

Commit 1133801

Browse files
authored
Update env_python.sh
1 parent 1d0abc8 commit 1133801

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

env_python.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ file=/workdir/${1:-env_python}.tar.gz
44

55
/opt/python/bin/python3 -m pip install \
66
pylint black pytype \
7-
IPython "jupyterlab<2.3.0" nbconvert nbformat \
7+
IPython "jupyterlab<4.0" nbconvert nbformat \
88
pandas ydata-profiling pyarrow findspark \
9-
git+https://github.com/dclong/xinstall@main \
10-
git+https://github.com/dclong/dsutil@main
9+
aiutil
1110

1211
if [[ $? -eq 0 ]]; then
1312
cd /opt/python/

0 commit comments

Comments
 (0)