Skip to content

Commit 45351cb

Browse files
changes "pyproject.toml"
1 parent 8116ff1 commit 45351cb

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

pyproject.toml

+17-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,31 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "TensorArray"
7-
version = "0.0.1a"
7+
version = "0.0.1a01"
88
authors = [
9-
{ name="TensorArray-Creators", email="[email protected]" },
9+
{ name="TensorArray-Creators" },
1010
]
1111
description = "A machine learning package"
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.9"
14+
keywords = ["tensor", "array", "TensorArray", "machine learning", "deep learning"]
1415
classifiers = [
15-
"Development Status :: 3 - Alpha",
16+
"Development Status :: 2 - Pre-Alpha",
17+
1618
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
1725
"License :: OSI Approved :: MIT License",
26+
1827
"Environment :: GPU :: NVIDIA CUDA :: 12",
28+
1929
]
2030

2131
[project.urls]
22-
Homepage = "https://github.com/BigNoobWasTaken/TensorArray-Python"
23-
Issues = "https://github.com/BigNoobWasTaken/TensorArray-Python/issues"
32+
Homepage = "https://github.com/Tensor-Array/Tensor-Array-Python"
33+
Issues = "https://github.com/Tensor-Array/Tensor-Array-Python/issues"
34+
Repository = "https://github.com/Tensor-Array/Tensor-Array-Python.git"
-184 Bytes
Binary file not shown.

src/tensor_array/core/tensor2.so

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)