diff --git a/pyproject.toml b/pyproject.toml index 7cda586..922d4ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "sympy==1.12", "antlr4-python3-runtime==4.11", "ipython==8.15.0", - "numpy==1.25.2" + "numpy==1.26.0" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 3801b1d..6245f9c 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.15.0 -numpy==1.25.2 \ No newline at end of file +numpy==1.26.0 \ No newline at end of file