mergeron_extra 2026.739650.0__tar.gz → 2026.739650.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mergeron_extra
3
- Version: 2026.739650.0
3
+ Version: 2026.739650.1
4
4
  Summary: Tools for users of the mergeron package.
5
5
  License-Expression: MIT
6
6
  Author: Murthy Kambhampaty
@@ -19,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: Implementation :: CPython
20
20
  Requires-Dist: aenum (>=3.1.15)
21
21
  Requires-Dist: certifi (>=2023.11.17)
22
- Requires-Dist: frozendict (>=2.4.7)
23
22
  Requires-Dist: matplotlib (>=3.8)
24
23
  Requires-Dist: mergeron (>=2026.739636.0)
25
24
  Requires-Dist: numpy (>=2.0)
@@ -4,7 +4,7 @@ description = "Tools for users of the mergeron package."
4
4
  authors = [{ name = "Murthy Kambhampaty", email = "smk@capeconomics.com" }]
5
5
  license = "MIT"
6
6
  readme = "README.rst"
7
- version = "2026.739650.0"
7
+ version = "2026.739650.1"
8
8
  requires-python = ">=3.12,<4.0"
9
9
 
10
10
  classifiers = [
@@ -31,7 +31,6 @@ dependencies = [
31
31
  "scipy >= 1.12",
32
32
  "xlsxwriter >= 3.1",
33
33
  "certifi >= 2023.11.17",
34
- "frozendict>=2.4.7",
35
34
  ]
36
35
 
37
36
 
@@ -3,7 +3,7 @@ from __future__ import annotations
3
3
  import numpy as np
4
4
  from numpy.typing import NDArray
5
5
 
6
- VERSION = "2026.739650.0"
6
+ VERSION = "2026.739650.1"
7
7
 
8
8
  __version__ = VERSION
9
9