tensorflow_cuda13 0.0.1rc0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: tensorflow_cuda13
3
+ Version: 0.0.1rc0
4
+ Summary: TensorFlow with CUDA 13 support
5
+ Home-page: https://github.com/tensorflow/tensorflow
6
+ Author: Google LLC
7
+ License: Apache-2.0
8
+ Description-Content-Type: text/markdown
9
+
10
+ # tensorflow_cuda13
11
+
12
+ Initial pre-release stub for tensorflow_cuda13 to reserve and initialize the PyPI project.
@@ -0,0 +1,3 @@
1
+ # tensorflow_cuda13
2
+
3
+ Initial pre-release stub for tensorflow_cuda13 to reserve and initialize the PyPI project.
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "tensorflow_cuda13"
7
+ version = "0.0.1rc0"
8
+ description = "TensorFlow with CUDA 13 support"
9
+ readme = "README.md"
10
+ authors = [{ name = "Google LLC" }]
11
+ license = { text = "Apache-2.0" }
@@ -0,0 +1,3 @@
1
+ """TensorFlow with CUDA 13 support stub package."""
2
+
3
+ __version__ = "0.0.1rc0"