diff --git a/pyproject.toml b/pyproject.toml index b301040..be8004a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ test = [ "flake8", "flake8-pyproject", "matplotlib==3.8.3", - "numpy==1.26.4", + "numpy==2.0.2", "pre-commit==4.1.0", "pylint==3.3.3", "pylint_junit", diff --git a/requirements.txt b/requirements.txt index f181fdc..019ce07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.8.3 -numpy==1.26.4 +numpy==2.0.2 torch==2.3.1 torchvision==0.18.1 \ No newline at end of file