diff --git a/pyproject.toml b/pyproject.toml index 8af97d6..5983899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,10 @@ 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", - "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", ]