Skip to content

Commit

Permalink
Update setup.py to be compatible with pipenv (#24789)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiemathews authored Jul 13, 2023
1 parent c0ca73d commit 0866705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def run(self):
extras_require=extras,
entry_points={"console_scripts": ["transformers-cli=transformers.commands.transformers_cli:main"]},
python_requires=">=3.8.0",
install_requires=install_requires,
install_requires=list(install_requires),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 0866705

Please sign in to comment.