Skip to content

Commit

Permalink
Require transformers < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Jul 2, 2020
1 parent 972e1d5 commit 968c02f
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 @@ -3,7 +3,7 @@
setup(
name="aitextgen",
packages=["aitextgen"], # this must be the same as the name above
version="0.2.1",
version="0.2.2",
description="A robust Python tool for text-based AI training and generation using GPT-2.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand All @@ -17,7 +17,7 @@
python_requires=">=3.6",
include_package_data=True,
install_requires=[
"transformers>=2.9.1",
"transformers>=2.9.1,<3.0.0",
"fire>=0.3.0",
"pytorch-lightning>=0.7.6",
],
Expand Down

0 comments on commit 968c02f

Please sign in to comment.