Skip to content

Commit fb0ea1f

Browse files
authored
Drop Unused sympy Import (#792)
Dropping because it's not listed in the test requirements, does not look like its used, and was causing some problems when attempting to run tests locally.
1 parent 3c458fd commit fb0ea1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Description
2121
- Terminate LSF and LSB support
2222
- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
2323
- Add instructions for installing SmartSim on PML's Scylla
24+
- Drop unsued development dependencies
2425
- Fix typos in documentation
2526

2627
Detailed Notes
@@ -85,6 +86,8 @@ Detailed Notes
8586
Future versions of Tensorflow may fix this problem, but for now this seems to be
8687
the best workaround.
8788
([SmartSim-PR738](https://github.com/CrayLabs/SmartSim/pull/738))
89+
- Removes an undocumented and unused dependency from the testing suite.
90+
([SmartSim-PR792](https://github.com/CrayLabs/SmartSim/pull/792))
8891

8992

9093
### 0.8.0

tests/utils/test_security.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import stat
3030

3131
import pytest
32-
from sympy import public
3332

3433
from smartsim._core.config.config import get_config
3534
from smartsim._core.utils.security import KeyManager, _KeyLocator, _KeyPermissions

0 commit comments

Comments
 (0)