Skip to content

Commit

Permalink
Merge pull request #7 from szhorvat/patch-1
Browse files Browse the repository at this point in the history
change python-igraph to igraph
  • Loading branch information
AhmedImtiazPrio authored Aug 18, 2023
2 parents 45d2efe + b08ef93 commit 9d1bd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pip install --force-reinstall pycairo
Install misc network libraries (will be removed in future release)
```bash
pip install networkx
pip install python-igraph>=0.10
pip install igraph>=0.10
```

Install misc dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ torch==1.12
tqdm
networkx
graph-tool==2.45
python-igraph>=0.10
igraph>=0.10
livelossplot

0 comments on commit 9d1bd74

Please sign in to comment.