Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
pip
|
|
|
2 |
tabulate
|
3 |
matplotlib
|
4 |
networkx
|
@@ -6,5 +7,4 @@ pygraphviz
|
|
6 |
ftfy
|
7 |
torch
|
8 |
transformers
|
9 |
-
Cython
|
10 |
git+https://github.com/andersjo/dependency_decoding
|
|
|
1 |
pip
|
2 |
+
cython
|
3 |
tabulate
|
4 |
matplotlib
|
5 |
networkx
|
|
|
7 |
ftfy
|
8 |
torch
|
9 |
transformers
|
|
|
10 |
git+https://github.com/andersjo/dependency_decoding
|