From a679516d3de53c0cd767ef168cd1995e7ffbadc4 Mon Sep 17 00:00:00 2001 From: MattToast Date: Mon, 1 Dec 2025 16:45:24 -0800 Subject: [PATCH 1/2] drop unused sympy import --- tests/utils/test_security.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/test_security.py b/tests/utils/test_security.py index c56c1ca98..f604fa0ce 100644 --- a/tests/utils/test_security.py +++ b/tests/utils/test_security.py @@ -29,7 +29,6 @@ import stat import pytest -from sympy import public from smartsim._core.config.config import get_config from smartsim._core.utils.security import KeyManager, _KeyLocator, _KeyPermissions From c8107055ba8270a51f0e4f669c8eedeca27aeda3 Mon Sep 17 00:00:00 2001 From: Matt Drozt Date: Wed, 17 Dec 2025 11:43:56 -0800 Subject: [PATCH 2/2] Add changelog --- doc/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 4fc625020..f6d922f85 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -21,6 +21,7 @@ Description - Terminate LSF and LSB support - Implement workaround for Tensorflow that allows RedisAI to build with GCC-14 - Add instructions for installing SmartSim on PML's Scylla +- Drop unsued development dependencies - Fix typos in documentation Detailed Notes @@ -85,6 +86,8 @@ Detailed Notes Future versions of Tensorflow may fix this problem, but for now this seems to be the best workaround. ([SmartSim-PR738](https://github.com/CrayLabs/SmartSim/pull/738)) +- Removes an undocumented and unused dependency from the testing suite. + ([SmartSim-PR792](https://github.com/CrayLabs/SmartSim/pull/792)) ### 0.8.0