Skip to content

Commit 0cbe3c7

Browse files
author
Evgeniy Dzhurov
committed
Remove unrelated changes from install_deps.sh
1 parent 51f487a commit 0cbe3c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install_deps.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_third_party_libraries() {
6969
libz-dev \
7070
libzstd-dev
7171

72-
pip3 install --upgrade wheel && pip3 install --upgrade trio && pip3 install --upgrade pip
72+
pip3 install --upgrade wheel && pip3 install --upgrade trio
7373
pip3 install \
7474
eliot eliot-tree \
7575
tatsu==4.4.0 \
@@ -78,8 +78,7 @@ install_third_party_libraries() {
7878
ecdsa \
7979
protobuf==3.15.8 \
8080
grpcio==1.37.1 \
81-
grpcio-tools==1.37.1 \
82-
cryptography==3.3.2
81+
grpcio-tools==1.37.1
8382
}
8483

8584

0 commit comments

Comments
 (0)