From 79bfba61d1d10e0b6c27c333a613884494ead618 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Tue, 15 Jul 2025 10:40:58 -0700 Subject: [PATCH 1/2] Pinned version of PyNiteFEA - A regression bug popped up in v1.2.0 where moment is being "leaked" resulting in sum of the moments not being equal for forces and reactions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8af97d6..813e5eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "sectionproperties>=3.5.0", "concreteproperties>=0.6.4", "pycba>=0.5.2", - "PyNiteFEA>=1.0.1", + "PyNiteFEA==1.1.2", "scipy", "handcalcs", "more-itertools", From c87f5fd401044be010e343cef20f80429300536d Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Fri, 18 Jul 2025 10:36:54 -0700 Subject: [PATCH 2/2] Added millrun, jsonchain; removed pynite_plotly --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 813e5eb..5983899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ dependencies = [ "scipy", "handcalcs", "more-itertools", - "pynite_plotly", "forallpeople", "pytest", "rich", @@ -41,6 +40,8 @@ dependencies = [ "python-docx", "pynite-tools>=0.1.0", "sectionproperties-tools>=0.2.0", + "millrun>=0.1.0", + "jsonchain>=0.1.0", "papermill>=2.6.0", "great-tables>=0.17.0", ]