diff --git a/pyproject.toml b/pyproject.toml index 0a1af8dd..f8aa7f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools", # Cython and numpy are needed when running setup.py, to build extensions - "numpy==2.3.4", + "numpy==2.3.5", "Cython==3.1.4", ] build-backend = "setuptools.build_meta" @@ -35,7 +35,7 @@ dependencies = [ "sounddevice==0.5.3", "rtmixer==0.1.7", "docutils==0.22.2", - "numpy==2.3.4", + "numpy==2.3.5", "PyQt5==5.15.11", "platformdirs==4.5.0", "pyrr==0.10.3",