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 = "*"
|
2019-03-21 18:20:48 +00:00
|
|
|
torch = "<2.0.0,>=0.4.1"
|
2019-03-12 20:30:27 +00:00
|
|
|
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 = "*"
|
|
|
|
tensorboardX = "*"
|
|
|
|
Babel = "*"
|
2020-01-14 20:58:02 +00:00
|
|
|
requests = "*"
|
2020-01-16 06:27:58 +00:00
|
|
|
transformers = "*"
|
2019-03-12 20:30:27 +00:00
|
|
|
|
|
|
|
[requires]
|
2020-01-14 01:15:30 +00:00
|
|
|
python_version = "3.7"
|