Skip to content

Commit 20b5d53

Browse files
Update pipeline month, switch to cln columns, relax pandas version constraint
1 parent 3cff4c8 commit 20b5d53

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

amber_report_excel_config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ DATA_COLUMNS: &data_columns
3636
<<: *base_columns_start
3737
cln_manufacturer: "Manufacturer"
3838
cln_manufacturer_device_name: "Manufacturer Device Name"
39-
# cln_activity_year: "Activity Year"
40-
# cln_activity_month: "Activity Month"
41-
der_activity_year: "Activity Year"
42-
der_activity_month: "Activity Month"
39+
cln_activity_year: "Activity Year"
40+
cln_activity_month: "Activity Month"
41+
# der_activity_year: "Activity Year"
42+
# der_activity_month: "Activity Month"
4343
devices_ident: "Devices Ident"
4444
cln_device_insertion_date: "Device Insertion Date"
4545
cln_purchased_device_contract: "Purchased Device Contract"

devices_rap/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ def null_report_pipeline() -> None:
165165

166166
if __name__ == "__main__":
167167
# app()
168-
amber_report_pipeline(fin_month="04", fin_year="2526", mode="local", outputs="excel_zip")
168+
amber_report_pipeline(fin_month="10", fin_year="2526", mode="local", outputs="excel_zip")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"pandas>=2.0.0",
22+
"pandas<=3.0.0",
2323
"numpy>=1.24.0",
2424
"scikit-learn>=1.3.0",
2525
"matplotlib>=3.7.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)