diff --git a/pyproject.toml b/pyproject.toml index fcf64ec..2f5542b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-dateutil==2.9.0.post0", "gpxpy==1.6.2", "pandas==2.2.2", - "numpy==2.0.0", + "numpy==2.1.2", "nska-deserialize==1.5.1", "yara-python==4.5.1" ] diff --git a/requirements.txt b/requirements.txt index d270cf4..ba85f85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ tabulate==0.9.0 python-dateutil==2.9.0.post0 gpxpy==1.6.2 pandas==2.2.2 -numpy==2.0.0 +numpy==2.1.2 nska-deserialize==1.5.1 yara-python==4.5.1 # pycrashreport==1.2.4 \ No newline at end of file