From fbd7e95958d82497b2885b378d86f19e92492bac Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 04:33:08 +0000 Subject: [PATCH 1/2] Initial plan From 6963b594640568b9e8a616c8137ecc654c24136f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 04:48:19 +0000 Subject: [PATCH 2/2] Remove PowerFlowFileParser from test/Project.toml to fix dependency resolution failure The test/Project.toml listed PowerFlowFileParser with UUID bed98974-b02a-5e2f-9ee0-a103f5c450dd, which differs from the root Project.toml UUID bed98974-b02e-5e2f-9ee0-a103f5c450dd. This caused Julia to try installing the registered version from the General registry, which has incompatible HDF5 dependency requirements with InfrastructureSystems >=3.2. The package is automatically available in the test environment when running Pkg.test(), so listing it explicitly in test/Project.toml is unnecessary and harmful. Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com> --- test/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 3f5a89d..117e147 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,7 +2,6 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" -PowerFlowFileParser = "bed98974-b02a-5e2f-9ee0-a103f5c450dd" PowerSystemCaseBuilder = "f00506e0-b84f-492a-93c2-c0a9afc4364e" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"