diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 13c0a68..ac0ae12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ numpy = "^1.26.2" gunicorn = "^21.2.0" fastapi = "^0.106.0" uvicorn = "^0.25.0" +sympy = "^1.12" [build-system] |