genienlp/Pipfile

28 lines
484 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"
torch = "~=1.6"
tqdm = "~=4.0"
pyrouge = ">=0.1.3"
sacrebleu = "~=1.0"
tensorboardX = "==2.0.*"
requests = "~=2.22"
transformers = "~=4.1.1"
radam = {git = "https://github.com/LiyuanLucasLiu/RAdam"}
2020-06-22 20:40:11 +00:00
matplotlib = '~=3.1'
seaborn = '~=0.9'
sentencepiece = '==0.1.*'
2019-03-12 20:30:27 +00:00
[requires]
2020-12-04 01:24:22 +00:00
python_version = "3.8"