Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoderhawk committed Jan 10, 2020
1 parent b887979 commit 4039b91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,7 @@ gen
/data
!data/fields.json
!data/setting.json
/runners
/runners
Pipfile
Pipfile.lock
.vscode
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
rope = "*"

[packages]

Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ textacy==0.9.1
torch==1.3.1
transformers==2.3.0
munch==2.5.0
tensorboard==2.1.0
tensorboard==2.1.0
# pymagnitude==0.1.120
gensim==3.8.1
hnswlib==0.3.4

0 comments on commit 4039b91

Please sign in to comment.