diff --git a/pyproject.toml b/pyproject.toml index 48225030..81de7bef 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.1.3", + "numpy==2.2.1", "Cython==3.0.11", ] build-backend = "setuptools.build_meta" @@ -35,7 +35,7 @@ dependencies = [ "sounddevice==0.5.1", "rtmixer==0.1.7", "docutils==0.21.2", - "numpy==2.1.3", + "numpy==2.2.1", "PyQt5==5.15.11", "platformdirs==4.3.6", "pyrr==0.10.3",