diff --git a/pyproject.toml b/pyproject.toml index 6c123691..73700dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ 'dill==0.4.0', 'lark==1.3.1', 'loguru==0.7.3', - 'numpy==2.2.6', + 'numpy==2.4.0', 'palettable==3.3.3', 'pandas==2.3.3', 'pathos==0.3.4', diff --git a/requirements.txt b/requirements.txt index 83825dcf..71f1dbc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ dill==0.4.0 lark==1.3.1 loguru==0.7.3 -numpy==2.2.6 +numpy==2.4.0 palettable==3.3.3 pandas==2.3.3 pathos==0.3.4