diff --git a/pyproject.toml b/pyproject.toml index 54d810b..8db2da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "sympy==1.12", "antlr4-python3-runtime==4.11", "ipython==8.18.1", - "numpy==1.26.2" + "numpy==1.26.3" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index fcd62e3..6d0d5e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 ipython==8.18.1 -numpy==1.26.2 \ No newline at end of file +numpy==1.26.3 \ No newline at end of file