diff --git a/pyproject.toml b/pyproject.toml index 7790c38..7993ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numpy>=1.21.0", "scipy>=1.13.1", "matplotlib>=3.5.0", - "jupyter>=1.0.0", + "jupyter>=1.1.1", "pydantic>=2.13.3", "typer>=0.23.2", "rich>=13.0.0", diff --git a/requirements.txt b/requirements.txt index 52cabe9..9cefcc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch>=2.0.0 numpy>=1.21.0 scipy>=1.7.0 matplotlib>=3.5.0 -jupyter>=1.0.0 +jupyter>=1.1.1 pydantic>=2.13.3 typer>=0.9.0 rich>=13.0.0