diff --git a/pyproject.toml b/pyproject.toml index ace4ab45..e04db6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requires-python = ">=3.11" dependencies = [ # General - "numpy >= 1.21.2", + "numpy >= 2.0.0", "pandas >= 2.0.0", "scipy >= 1.7.1", "scikit-learn >= 0.24.2", @@ -49,6 +49,7 @@ dependencies = [ "fooof", "nolds >=0.6.1", "pybispectra>=1.2.0", + "numba >= 0.60.0", # Required to avoid uv version conflicts with pybispectra # Graphing "matplotlib>=3.9.0", "seaborn >= 0.11",