1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

fix transformers & tokenizers versions

This commit is contained in:
Jack Morris
2020-07-07 22:27:18 -04:00
parent 824df740a1
commit 56ae810afb
2 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ jobs:
pip uninstall textattack --yes # Remove TA if it's already installed
python setup.py install_egg_info # Workaround https://github.com/pypa/pip/issues/4537
pip install .
pip freeze
- name: Test with pytest
run: |
pytest tests -vx --dist=loadfile -n auto

View File

@@ -12,12 +12,12 @@ scikit-learn
scipy==1.4.1
sentence_transformers>0.2.6
torch
transformers>=3
transformers==3.0.2
tensorflow>=2
tensorflow_hub
tensorboardX
terminaltables
tokenizers==0.8.0-rc4
tokenizers==0.8.1-rc1
tqdm
visdom
wandb