genienlp/Pipfile

31 lines
557 B
TOML
Raw Normal View History

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
[scripts]
genienlp = "python3 -m genienlp"
2019-03-12 23:44:23 +00:00
[dev-packages]
scikit-learn = "*"
2019-03-12 20:30:27 +00:00
[packages]
2020-06-22 20:53:31 +00:00
numpy = ">=1.14.5"
2020-07-31 07:45:37 +00:00
python-dateutil = ">=2.7.3"
torch = "~=1.6"
revtok = "==0.0.3"
tqdm = "~=4.0"
pyrouge = ">=0.1.3"
sacrebleu = "~=1.0"
tensorboardX = "==2.0.*"
requests = "~=2.22"
2020-11-13 23:11:42 +00:00
transformers = "==3.5.1"
radam = {git = "https://github.com/LiyuanLucasLiu/RAdam"}
2020-11-13 23:11:42 +00:00
sentencepiece = "==0.1.91"
2020-06-11 01:30:05 +00:00
mosestokenizer = '~=1.1'
2020-06-22 20:40:11 +00:00
matplotlib = '~=3.1'
seaborn = '~=0.9'
2019-03-12 20:30:27 +00:00
[requires]
2020-12-04 01:24:22 +00:00
python_version = "3.8"