Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions teanaps_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@

# 17) pytorch_pretrained_bert
subprocess.call("pip install pytorch_pretrained_bert", shell=True)
#!pip install python-igraph
#!pip install pytorch_pretrained_bert

# 18) iGraph (https://pypi.org/project/igraph-python/)
subprocess.call("pip install python-igraph", shell=True)
#!pip install python-igraph
# 18) igraph (https://pypi.org/project/igraph/)
subprocess.call("pip install igraph", shell=True)
#!pip install igraph

# 19) botocore (https://pypi.org/project/botocore/)
subprocess.call("pip install awscli awsebcli botocore==1.18.18 --upgrade", shell=True)
Expand Down