diff --git a/pyproject.toml b/pyproject.toml index 513108d..cbb4318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "loguru==0.7.2", "sympy==1.12", "antlr4-python3-runtime==4.11", - "ipython==8.18.1", + "ipython==8.22.1", "numpy==1.26.4" ] diff --git a/requirements.txt b/requirements.txt index 0fc5c51..c876ace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ qiskit-aer==0.13.1 loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 -ipython==8.18.1 +ipython==8.22.1 numpy==1.26.4 \ No newline at end of file