PyAiNetwork 0.1.7__tar.gz → 0.2.1__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.7
3
+ Version: 0.2.1
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.1.7
3
+ Version: 0.2.1
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
@@ -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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "PyAiNetwork"
8
- version = "0.1.7"
8
+ version = "0.2.1"
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
File without changes