Skip to content

Commit

Permalink
Merge pull request #9 from r-terada/feature/restrict-transformers-ver…
Browse files Browse the repository at this point in the history
…sion-lt-4.13.0

restrict transformers version to less than 4.13.0
  • Loading branch information
hiroshi-matsuda-rit authored Mar 3, 2022
2 parents e4e0291 + fec4c15 commit 727739d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
},
install_requires=[
"spacy-transformers>=1.1.2,<1.2.0",
"transformers<4.13.0",
],
license="MIT",
name="ginza-transformers",
packages=find_packages(include=["ginza_transformers", "ginza_transformers.layers"]),
url="https://github.com/megagonlabs/ginza-transformers",
version='0.4.0',
version='0.4.1',
)

0 comments on commit 727739d

Please sign in to comment.