python-som 0.1.2__tar.gz → 0.1.3__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.4
2
2
  Name: python-som
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Python implementation of the Self-Organizing Map
5
5
  Project-URL: Homepage, https://github.com/andremsouza/python-som
6
6
  Project-URL: Issues, https://github.com/andremsouza/python-som/issues
@@ -20,6 +20,8 @@ Requires-Python: >=3.9
20
20
  Requires-Dist: numpy
21
21
  Requires-Dist: pandas
22
22
  Requires-Dist: scikit-learn
23
+ Provides-Extra: cli
24
+ Requires-Dist: tqdm; extra == 'cli'
23
25
  Description-Content-Type: text/markdown
24
26
 
25
27
  # python-som
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
  [project]
5
5
  name = "python-som"
6
- version = "0.1.2"
6
+ version = "0.1.3"
7
7
  authors = [
8
8
  { name="André Moreira Souza", email="msouza.andre@hotmail.com" },
9
9
  ]
@@ -31,4 +31,9 @@ dependencies = [
31
31
 
32
32
  [project.urls]
33
33
  Homepage = "https://github.com/andremsouza/python-som"
34
- Issues = "https://github.com/andremsouza/python-som/issues"
34
+ Issues = "https://github.com/andremsouza/python-som/issues"
35
+
36
+ [project.optional-dependencies]
37
+ cli = [
38
+ "tqdm",
39
+ ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes