nn-e 0.1.0__tar.gz → 0.1.2__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,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nn-e
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A modular neural network framework
5
5
  Project-URL: Homepage, https://github.com/diri-daniel/NN_E.git
6
6
  Requires-Python: >=3.11
7
- Requires-Dist: os
8
7
  Requires-Dist: numpy
9
8
  Requires-Dist: pandas
10
- Requires-Dist: ctypes
11
9
  Requires-Dist: datetime
12
10
  Requires-Dist: matplotlib
@@ -1,12 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nn-e
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A modular neural network framework
5
5
  Project-URL: Homepage, https://github.com/diri-daniel/NN_E.git
6
6
  Requires-Python: >=3.11
7
- Requires-Dist: os
8
7
  Requires-Dist: numpy
9
8
  Requires-Dist: pandas
10
- Requires-Dist: ctypes
11
9
  Requires-Dist: datetime
12
10
  Requires-Dist: matplotlib
@@ -1,6 +1,4 @@
1
- os
2
1
  numpy
3
2
  pandas
4
- ctypes
5
3
  datetime
6
4
  matplotlib
@@ -1,13 +1,11 @@
1
1
  [project]
2
2
  name = "nn-e"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  description = "A modular neural network framework"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
7
- "os",
8
7
  "numpy",
9
8
  "pandas",
10
- "ctypes",
11
9
  "datetime",
12
10
  "matplotlib"
13
11
  ]
File without changes
File without changes
File without changes
File without changes