ebm 0.99.3__py3-none-any.whl → 0.99.4__py3-none-any.whl

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.
ebm/__version__.py CHANGED
@@ -1 +1 @@
1
- version = "0.99.3"
1
+ version = "0.99.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ebm
3
- Version: 0.99.3
3
+ Version: 0.99.4
4
4
  Summary: A project for energy usage modeling
5
5
  Author-email: Lars Petrusson <lfep@nve.no>, Ketil Nordstad <kenord@nve.no>
6
6
  Project-URL: Homepage, https://www.nve.no/
@@ -15,7 +15,7 @@ Requires-Dist: openpyxl
15
15
  Requires-Dist: pandas
16
16
  Requires-Dist: python-dotenv
17
17
  Requires-Dist: rich
18
- Requires-Dist: pandera
18
+ Requires-Dist: pandera==0.20.4
19
19
  Requires-Dist: XlsxWriter
20
20
  Requires-Dist: pywin32; platform_system == "Windows"
21
21
  Provides-Extra: test
@@ -1,6 +1,6 @@
1
1
  ebm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  ebm/__main__.py,sha256=36siuK2lKFMhECFMKcdhIU6Az5s7ryUHr0ABUf4HaxU,6515
3
- ebm/__version__.py,sha256=oXdI5y4E3p_GhsC6lq1Vw8Nijt6C-imp2BTCgin1S5g,20
3
+ ebm/__version__.py,sha256=m874Em9pIGiw6lsHjDE6RU7edWH3mxI411gFQwI2tcQ,20
4
4
  ebm/energy_consumption.py,sha256=zf1FHat3sGNZHi4N2Pe4FHIgda_arNoP_rcVwPSERIU,16582
5
5
  ebm/extractors.py,sha256=cwYyqV_mzKPF0O7FlKifKNUbCKIJz0wn4qOoLW4NPwE,5123
6
6
  ebm/heating_system_forecast.py,sha256=c4zGqHYLtV6bJqGHmY1H78FvC32C8OleE72gd9UE4yk,22929
@@ -72,9 +72,9 @@ ebm/services/console.py,sha256=pxYTCBU2P2XGvDhf8m6JW4z4ACQClOIpcZtY-JI7hoY,3611
72
72
  ebm/services/excel_loader.py,sha256=4wA1NwpVhjbbPHYzd8ff-3Y0Qiue3bs8Wi9AiToxo6c,2315
73
73
  ebm/services/files.py,sha256=z5dACO7kLgfmZsVlVqcBJB7lBLFsE60r7yV1qm_0u5Q,1247
74
74
  ebm/services/spreadsheet.py,sha256=ULeW9OGkzHILyDcj4CVFaT4jq3PdjAOrgW-IgmcatK4,10400
75
- ebm-0.99.3.dist-info/licenses/LICENSE,sha256=z6m_5UiYKx1WqLe3n_p0-r8qmnI-EB6A742-bBjrnL0,1115
76
- ebm-0.99.3.dist-info/METADATA,sha256=XeE69Za3_0n7III6kcaUaDmNup8CYdxvSh8A-dc5_mo,7914
77
- ebm-0.99.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
78
- ebm-0.99.3.dist-info/entry_points.txt,sha256=oBnI63ekBLrYuADfsoXaM2_frfTvqv0YFpyIdOOMp6g,94
79
- ebm-0.99.3.dist-info/top_level.txt,sha256=gPNbfZiBvhzVrSAsrzR_rJbhjXGgR_3po5621JZvdds,4
80
- ebm-0.99.3.dist-info/RECORD,,
75
+ ebm-0.99.4.dist-info/licenses/LICENSE,sha256=z6m_5UiYKx1WqLe3n_p0-r8qmnI-EB6A742-bBjrnL0,1115
76
+ ebm-0.99.4.dist-info/METADATA,sha256=2YLCUKi34YhUGIEwNTobMEb3buj-r2S6hiJEEaiax7Y,7922
77
+ ebm-0.99.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
78
+ ebm-0.99.4.dist-info/entry_points.txt,sha256=oBnI63ekBLrYuADfsoXaM2_frfTvqv0YFpyIdOOMp6g,94
79
+ ebm-0.99.4.dist-info/top_level.txt,sha256=gPNbfZiBvhzVrSAsrzR_rJbhjXGgR_3po5621JZvdds,4
80
+ ebm-0.99.4.dist-info/RECORD,,
File without changes