diff --git a/requirements.txt b/requirements.txt index b4214f2e..b2bfe1cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.3.5 +numpy==2.4.4 pandas==3.0.2 scikit-learn~=1.8.0 matplotlib==3.10.9 diff --git a/setup.py b/setup.py index 920f928c..230e78e5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ EPOCHS: int = 50 BATCH_SIZE: int = 16 REQUIREMENTS = [ - 'numpy~=2.3.4', + 'numpy~=2.4.4', 'pandas~=3.0.0', 'scikit-learn~=1.8.0', '2ppy~=0.4.0',