distclassipy 0.1.3__tar.gz → 0.1.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: distclassipy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A python package for a distance-based classifier which can use several different distance metrics.
5
5
  Author-email: Siddharth Chaini <sidchaini@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -694,9 +694,9 @@ Requires-Python: >=3.10
694
694
  Description-Content-Type: text/markdown
695
695
  License-File: LICENSE
696
696
  Requires-Dist: joblib>=1.3.2
697
- Requires-Dist: numpy>=1.26.3
698
- Requires-Dist: pandas>=2.2.0
699
- Requires-Dist: scikit-learn>=1.4.0
697
+ Requires-Dist: numpy>=1.25.2
698
+ Requires-Dist: pandas>=2.0.3
699
+ Requires-Dist: scikit-learn>=1.2.2
700
700
 
701
701
  <h1 align="center">
702
702
  <picture align="center">
@@ -13,4 +13,4 @@ from .distances import (
13
13
  Distance,
14
14
  ) # Importing the Distance class from the distances module
15
15
 
16
- __version__ = "0.1.3"
16
+ __version__ = "0.1.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: distclassipy
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A python package for a distance-based classifier which can use several different distance metrics.
5
5
  Author-email: Siddharth Chaini <sidchaini@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -694,9 +694,9 @@ Requires-Python: >=3.10
694
694
  Description-Content-Type: text/markdown
695
695
  License-File: LICENSE
696
696
  Requires-Dist: joblib>=1.3.2
697
- Requires-Dist: numpy>=1.26.3
698
- Requires-Dist: pandas>=2.2.0
699
- Requires-Dist: scikit-learn>=1.4.0
697
+ Requires-Dist: numpy>=1.25.2
698
+ Requires-Dist: pandas>=2.0.3
699
+ Requires-Dist: scikit-learn>=1.2.2
700
700
 
701
701
  <h1 align="center">
702
702
  <picture align="center">
@@ -0,0 +1,4 @@
1
+ joblib>=1.3.2
2
+ numpy>=1.25.2
3
+ pandas>=2.0.3
4
+ scikit-learn>=1.2.2
@@ -24,9 +24,9 @@ classifiers = [
24
24
  ]
25
25
  dependencies = [
26
26
  "joblib>=1.3.2",
27
- "numpy>=1.26.3",
28
- "pandas>=2.2.0",
29
- "scikit-learn>=1.4.0"
27
+ "numpy>=1.25.2",
28
+ "pandas>=2.0.3",
29
+ "scikit-learn>=1.2.2"
30
30
  ]
31
31
 
32
32
  [tool.setuptools.dynamic]
@@ -1,4 +0,0 @@
1
- joblib>=1.3.2
2
- numpy>=1.26.3
3
- pandas>=2.2.0
4
- scikit-learn>=1.4.0
File without changes
File without changes
File without changes
File without changes