Skip to content

Commit

Permalink
Update allennlp requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Nov 18, 2020
1 parent 6bbcc15 commit bed3f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="transformer_srl", # Replace with your own username
version="2.4.5",
version="2.4.6",
author="Riccardo Orlando",
author_email="orlandoricc@gmail.com",
description="SRL Transformer model",
Expand All @@ -24,5 +24,5 @@
"allennlp_models>=1.2,<1.3",
"spacy>=2.3,<2.4"
],
python_requires=">=3.8",
python_requires=">=3.6",
)

0 comments on commit bed3f30

Please sign in to comment.