Skip to content

Commit

Permalink
Add requirements files for basic dependencies and extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonheng committed Aug 26, 2021
1 parent 9338c1d commit 0f66802
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
datasets
nltk
numpy
pandas
scikit-learn
sentencepiece
spacy>=3
tokenizers
torch>=1.6,<2
torchtext
transformers
1 change: 1 addition & 0 deletions requirements_extra.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
networkx==2.4

0 comments on commit 0f66802

Please sign in to comment.