97 lines
4.4 KiB
Plaintext
97 lines
4.4 KiB
Plaintext
Metadata-Version: 2.4
|
|
Name: tensorflow
|
|
Version: 2.20.0
|
|
Summary: TensorFlow is an open source machine learning framework for everyone.
|
|
Home-page: https://www.tensorflow.org/
|
|
Download-URL: https://github.com/tensorflow/tensorflow/tags
|
|
Author: Google Inc.
|
|
Author-email: packages@tensorflow.org
|
|
License: Apache 2.0
|
|
Keywords: tensorflow tensor machine learning
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12
|
|
Classifier: Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: Education
|
|
Classifier: Intended Audience :: Science/Research
|
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Topic :: Scientific/Engineering
|
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
Classifier: Topic :: Software Development
|
|
Classifier: Topic :: Software Development :: Libraries
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Requires-Python: >=3.9
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: absl-py>=1.0.0
|
|
Requires-Dist: astunparse>=1.6.0
|
|
Requires-Dist: flatbuffers>=24.3.25
|
|
Requires-Dist: gast!=0.5.0,!=0.5.1,!=0.5.2,>=0.2.1
|
|
Requires-Dist: google_pasta>=0.1.1
|
|
Requires-Dist: libclang>=13.0.0
|
|
Requires-Dist: opt_einsum>=2.3.2
|
|
Requires-Dist: packaging
|
|
Requires-Dist: protobuf>=5.28.0
|
|
Requires-Dist: requests<3,>=2.21.0
|
|
Requires-Dist: setuptools
|
|
Requires-Dist: six>=1.12.0
|
|
Requires-Dist: termcolor>=1.1.0
|
|
Requires-Dist: typing_extensions>=3.6.6
|
|
Requires-Dist: wrapt>=1.11.0
|
|
Requires-Dist: grpcio<2.0,>=1.24.3
|
|
Requires-Dist: tensorboard~=2.20.0
|
|
Requires-Dist: keras>=3.10.0
|
|
Requires-Dist: numpy>=1.26.0
|
|
Requires-Dist: h5py>=3.11.0
|
|
Requires-Dist: ml_dtypes<1.0.0,>=0.5.1
|
|
Provides-Extra: and-cuda
|
|
Requires-Dist: nvidia-cublas-cu12<13.0,>=12.5.3.2; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cuda-cupti-cu12<13.0,>=12.5.82; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cuda-nvcc-cu12<13.0,>=12.5.82; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cuda-nvrtc-cu12<13.0,>=12.5.82; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cuda-runtime-cu12<13.0,>=12.5.82; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cudnn-cu12<10.0,>=9.3.0.75; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cufft-cu12<12.0,>=11.2.3.61; extra == "and-cuda"
|
|
Requires-Dist: nvidia-curand-cu12<11.0,>=10.3.6.82; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cusolver-cu12<12.0,>=11.6.3.83; extra == "and-cuda"
|
|
Requires-Dist: nvidia-cusparse-cu12<13.0,>=12.5.1.3; extra == "and-cuda"
|
|
Requires-Dist: nvidia-nccl-cu12<3.0,>=2.25.1; extra == "and-cuda"
|
|
Requires-Dist: nvidia-nvjitlink-cu12<13.0,>=12.5.82; extra == "and-cuda"
|
|
Provides-Extra: gcs-filesystem
|
|
Requires-Dist: tensorflow-io-gcs-filesystem>=0.23.1; (sys_platform != "win32" and python_version < "3.13") and extra == "gcs-filesystem"
|
|
Requires-Dist: tensorflow-io-gcs-filesystem>=0.23.1; (sys_platform == "win32" and python_version < "3.12") and extra == "gcs-filesystem"
|
|
Dynamic: author
|
|
Dynamic: author-email
|
|
Dynamic: classifier
|
|
Dynamic: description
|
|
Dynamic: description-content-type
|
|
Dynamic: download-url
|
|
Dynamic: home-page
|
|
Dynamic: keywords
|
|
Dynamic: license
|
|
Dynamic: provides-extra
|
|
Dynamic: requires-dist
|
|
Dynamic: requires-python
|
|
Dynamic: summary
|
|
|
|
[](https://badge.fury.io/py/tensorflow)
|
|
[](https://badge.fury.io/py/tensorflow)
|
|
|
|
TensorFlow is an open source software library for high performance numerical
|
|
computation. Its flexible architecture allows easy deployment of computation
|
|
across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters
|
|
of servers to mobile and edge devices.
|
|
|
|
Originally developed by researchers and engineers from the Google Brain team
|
|
within Google's AI organization, it comes with strong support for machine
|
|
learning and deep learning and the flexible numerical computation core is used
|
|
across many other scientific domains. TensorFlow is licensed under [Apache
|
|
2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
|