description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
readme="README.md"
requires-python=">= 3.7"
authors=[
{name="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",email="transformers@huggingface.co"},
]
license={text="Apache 2.0 License"}
keywords=[
"NLP",
"vision",
"speech",
"deep learning",
"transformer",
"pytorch",
"tensorflow",
"jax",
"BERT",
"GPT-2",
"Wav2Vec2",
"ViT",
]
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
# Remove stale transformers.egg-info directory to avoid https://github.com/pypa/pip/issues/5466
# Remove stale transformers.egg-info directory to avoid https://github.com/pypa/pip/issues/5466
...
@@ -426,7 +426,36 @@ install_requires = [
...
@@ -426,7 +426,36 @@ install_requires = [
setup(
setup(
name="transformers",
name="transformers",
version="4.28.0.dev0",# expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
version="4.28.0.dev0",# expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",
author_email="transformers@huggingface.co",
description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow",