2019-03-12 20:30:27 +00:00
|
|
|
[[source]]
|
2019-03-12 23:44:23 +00:00
|
|
|
name = "pypi"
|
2019-03-12 20:30:27 +00:00
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
2019-03-12 23:44:23 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2019-03-12 20:30:27 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
numpy = "*"
|
|
|
|
torch = "==0.4.1"
|
|
|
|
revtok = {editable = true,git = "https://github.com/jekbradbury/revtok.git"}
|
|
|
|
tqdm = "*"
|
|
|
|
nltk = "==3.2.5"
|
|
|
|
python-dateutil = "*"
|
|
|
|
ujson = "*"
|
|
|
|
pyrouge = {editable = true,git = "git://github.com/andersjo/pyrouge.git"}
|
|
|
|
sacrebleu = "*"
|
|
|
|
records = "*"
|
|
|
|
tabulate = "*"
|
|
|
|
cove = {editable = true,git = "git://github.com/salesforce/cove.git"}
|
|
|
|
allennlp = "*"
|
|
|
|
tensorboardX = "*"
|
|
|
|
Babel = "*"
|
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|