leonhardhennig commited on
Commit
4567a39
·
1 Parent(s): 83ad59f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ pytorch-ie>=0.23.0,<1.0.0
2
+ # pie-utils provides some useful helper methods for pytorch-ie,
3
+ # e.g. document processors or span utils (convert span annotations
4
+ # to sequence encodings such as BIO, IO or BIOUL, and back).
5
+ git+https://github.com/ArneBinder/[email protected]