icplot 0.0.4__tar.gz → 0.0.5__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: icplot
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Utilities for generating plots and graphics for technical reports.
5
5
  Author-email: "James Grogan, Irish Centre for High End Computing" <james.grogan@ichec.ie>
6
6
  Project-URL: Repository, https://git.ichec.ie/performance/toolshed/icplot
@@ -17,7 +17,8 @@ License-File: LICENSE
17
17
  Requires-Dist: wand
18
18
  Requires-Dist: pycairo
19
19
  Requires-Dist: CairoSVG
20
- Requires-Dist: iccore==0.0.7
20
+ Requires-Dist: matplotlib
21
+ Requires-Dist: iccore==0.0.8
21
22
  Provides-Extra: test
22
23
  Requires-Dist: pytest; extra == "test"
23
24
  Requires-Dist: pytest-cov; extra == "test"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "icplot"
3
- version = "0.0.4"
3
+ version = "0.0.5"
4
4
  authors = [
5
5
  { name="James Grogan, Irish Centre for High End Computing", email="james.grogan@ichec.ie" },
6
6
  ]
@@ -19,7 +19,8 @@ keywords = ["Publishing", "Technical Reports", "Graphics"]
19
19
  dependencies = ["wand",
20
20
  "pycairo",
21
21
  "CairoSVG",
22
- "iccore==0.0.7"]
22
+ "matplotlib",
23
+ "iccore==0.0.8"]
23
24
 
24
25
  [project.urls]
25
26
  Repository = "https://git.ichec.ie/performance/toolshed/icplot"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: icplot
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Utilities for generating plots and graphics for technical reports.
5
5
  Author-email: "James Grogan, Irish Centre for High End Computing" <james.grogan@ichec.ie>
6
6
  Project-URL: Repository, https://git.ichec.ie/performance/toolshed/icplot
@@ -17,7 +17,8 @@ License-File: LICENSE
17
17
  Requires-Dist: wand
18
18
  Requires-Dist: pycairo
19
19
  Requires-Dist: CairoSVG
20
- Requires-Dist: iccore==0.0.7
20
+ Requires-Dist: matplotlib
21
+ Requires-Dist: iccore==0.0.8
21
22
  Provides-Extra: test
22
23
  Requires-Dist: pytest; extra == "test"
23
24
  Requires-Dist: pytest-cov; extra == "test"
@@ -1,7 +1,8 @@
1
1
  wand
2
2
  pycairo
3
3
  CairoSVG
4
- iccore==0.0.7
4
+ matplotlib
5
+ iccore==0.0.8
5
6
 
6
7
  [test]
7
8
  pytest
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes