Unverified Commit 08667050 authored by Georgie Mathews's avatar Georgie Mathews Committed by GitHub
Browse files

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

parent c0ca73dc
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment