Skip to content

Commit

Permalink
update allennlp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Sep 10, 2020
2 parents 27e3e9d + 2b80b52 commit dbc90d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.3",
version="2.2.2",
author="Riccardo Orlando",
author_email="orlandoricc@gmail.com",
description="SRL Transformer model",
Expand All @@ -21,8 +21,8 @@
],
install_requires=[
"allennlp==1.1",
"allennlp_models>=1.1",
"spacy>=2.3"
"allennlp_models==1.1",
"spacy>=2.3,<2.4"
],
python_requires=">=3.6",
)

0 comments on commit dbc90d7

Please sign in to comment.