cyyeh commited on
Commit
deb90b0
·
1 Parent(s): efe5c60

update TODOs

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -48,8 +48,7 @@ input to one GitHub public repo's URL(input)
48
  - [x] Generate a basic `networkx` graph given python imports
49
  - [x] Visualize a basic `networkx` graph using `pyvis`
50
  - [x] Build a `streamlit` app
51
- - [ ] Change network library from `networkx` to `graph-tool` due to [performance issue](https://graph-tool.skewed.de/performance)
52
- - [ ] Choose an appropriate network visualization library
53
  ## References
54
 
55
  - [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)
 
48
  - [x] Generate a basic `networkx` graph given python imports
49
  - [x] Visualize a basic `networkx` graph using `pyvis`
50
  - [x] Build a `streamlit` app
51
+ - [ ] Performance optimization
 
52
  ## References
53
 
54
  - [How to set up a perfect Python project](https://sourcery.ai/blog/python-best-practices/)