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:
1
.github/workflows/run-pytest.yml
vendored
1
.github/workflows/run-pytest.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user