PyAiNetwork 0.1.6__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.
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAiNetwork
3
- Version: 0.1.6
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
@@ -239,3 +240,7 @@ Future versions may include:
239
240
  MIT License
240
241
 
241
242
  Copyright (c) 2026 Eyes Studio
243
+
244
+ # GitHub
245
+
246
+ https://github.com/eyes-studio/PyAiNetwork
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyAiNetwork
3
- Version: 0.1.6
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
@@ -239,3 +240,7 @@ Future versions may include:
239
240
  MIT License
240
241
 
241
242
  Copyright (c) 2026 Eyes Studio
243
+
244
+ # GitHub
245
+
246
+ https://github.com/eyes-studio/PyAiNetwork
@@ -4,4 +4,5 @@ pyproject.toml
4
4
  PyAiNetwork/PyAiNetwork.egg-info/PKG-INFO
5
5
  PyAiNetwork/PyAiNetwork.egg-info/SOURCES.txt
6
6
  PyAiNetwork/PyAiNetwork.egg-info/dependency_links.txt
7
+ PyAiNetwork/PyAiNetwork.egg-info/requires.txt
7
8
  PyAiNetwork/PyAiNetwork.egg-info/top_level.txt
@@ -227,4 +227,8 @@ Future versions may include:
227
227
 
228
228
  MIT License
229
229
 
230
- Copyright (c) 2026 Eyes Studio
230
+ Copyright (c) 2026 Eyes Studio
231
+
232
+ # GitHub
233
+
234
+ https://github.com/eyes-studio/PyAiNetwork
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "PyAiNetwork"
8
- version = "0.1.6"
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
File without changes