diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 9ba7ae16..8fc16021 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions" [project.optional-dependencies] tests = [ "docker>=7.1.0", - "numpy==1.25.1", + "numpy==2.1.2", "psutil==6.0.0", "pytest==8.3.3", "pytest-cov==4.1.0", @@ -94,7 +94,7 @@ dev = [ "ipython", "whatsonpypi", "ansys-sphinx-theme==0.12.4", - "numpy==1.25.1", + "numpy==2.1.2", "numpydoc==1.8.0", "pillow==10.4.0", "psutil==6.0.0",