diff --git a/requirements.txt b/requirements.txt index 787a3ffa..38d15e83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==2.3.5 -pandas==2.3.3 +pandas==3.0.0 scikit-learn~=1.8.0 matplotlib==3.10.8 sympy==1.14.0 diff --git a/setup.py b/setup.py index c4418888..920f928c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ BATCH_SIZE: int = 16 REQUIREMENTS = [ 'numpy~=2.3.4', - 'pandas~=2.3.0', + 'pandas~=3.0.0', 'scikit-learn~=1.8.0', '2ppy~=0.4.0', 'kneed~=0.8.1',