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 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