Update setup.py to be compatible with pipenv (#24789)

This commit is contained in:
Georgie Mathews 2023-07-13 09:56:43 -07:00 committed by GitHub
parent c0ca73dc98
commit 0866705022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -444,7 +444,7 @@ setup(
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",