diff --git a/pyproject.toml b/pyproject.toml index 105585a1..26409387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'dill==0.3.9', 'lark==1.2.2', 'loguru==0.7.2', - 'numpy==2.1.3', + 'numpy==2.2.0', 'palettable==3.3.3', 'pandas==2.2.3', 'pathos==0.3.3', diff --git a/requirements.txt b/requirements.txt index 023876dc..586f6f72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ dill==0.3.9 lark==1.2.2 loguru==0.7.2 -numpy==2.1.3 +numpy==2.2.0 palettable==3.3.3 pandas==2.2.3 pathos==0.3.3