PyAiNetwork 0.1.7__tar.gz → 0.2.0__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.
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/PKG-INFO +2 -1
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/PyAiNetwork/PyAiNetwork.egg-info/PKG-INFO +2 -1
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/PyAiNetwork/PyAiNetwork.egg-info/SOURCES.txt +1 -0
- pyainetwork-0.2.0/PyAiNetwork/PyAiNetwork.egg-info/requires.txt +1 -0
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/pyproject.toml +2 -1
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/LICENSE +0 -0
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/PyAiNetwork/PyAiNetwork.egg-info/dependency_links.txt +0 -0
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/PyAiNetwork/PyAiNetwork.egg-info/top_level.txt +0 -0
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/README.md +0 -0
- {pyainetwork-0.1.7 → pyainetwork-0.2.0}/setup.cfg +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyAiNetwork
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: A simple Python library for creating neural networks
|
|
5
5
|
Author: eyes-studio
|
|
6
6
|
License: MIT
|
|
7
7
|
Requires-Python: >=3.8
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
+
Requires-Dist: numpy
|
|
10
11
|
Dynamic: license-file
|
|
11
12
|
|
|
12
13
|
# PyAiNetwork
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyAiNetwork
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: A simple Python library for creating neural networks
|
|
5
5
|
Author: eyes-studio
|
|
6
6
|
License: MIT
|
|
7
7
|
Requires-Python: >=3.8
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
+
Requires-Dist: numpy
|
|
10
11
|
Dynamic: license-file
|
|
11
12
|
|
|
12
13
|
# PyAiNetwork
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
numpy
|
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "PyAiNetwork"
|
|
8
|
-
version = "0.
|
|
8
|
+
version = "0.2.0"
|
|
9
9
|
description = "A simple Python library for creating neural networks"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
requires-python = ">=3.8"
|
|
@@ -15,6 +15,7 @@ authors = [
|
|
|
15
15
|
{name = "eyes-studio"}
|
|
16
16
|
]
|
|
17
17
|
|
|
18
|
+
dependencies = ["numpy"]
|
|
18
19
|
|
|
19
20
|
[tool.setuptools.packages.find]
|
|
20
21
|
where = ["PyAiNetwork"]
|
|
File without changes
|
{pyainetwork-0.1.7 → pyainetwork-0.2.0}/PyAiNetwork/PyAiNetwork.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|