Skip to content

Commit

Permalink
Update Transformers and AllenNLP Requirements (#56)
Browse files Browse the repository at this point in the history
* Update AllenNLP and Transformers Requirements

* Relax Transformer Requirement to 4.18

* Update 'black' Version in 'dev' Requirements

* Relax AllenNLP Requirement
  • Loading branch information
Sophylax committed Aug 2, 2022
1 parent 6f3ca80 commit 4c7ce1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,8 +1,8 @@
allennlp>=2.3.0,<=2.9.0.dev20211215
allennlp>=2.10.0,<2.11
datasets>=1.13.0,<2.0
deepdiff>=5.2.0
jury>=2.1.0,<3.0
numpy>=1.21.2
seqeval==1.2.2
tensorboardX==2.1
transformers>=4.11.0,<4.16
transformers>=4.18,<4.21
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@ def get_requirements():

extras_require = {
"dev": [
"black==21.7b0",
"black==22.3.0",
"flake8==3.9.2",
"isort==5.9.2",
"pytest>=6.2.4",
Expand Down

0 comments on commit 4c7ce1f

Please sign in to comment.