diff --git a/requirements.txt b/requirements.txt index c5a2da5..3a26115 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cx_Freeze==7.2.8 defusedxml==0.7.1 langchain_core==0.3.30 langchain_openai==0.3.1 -numpy==1.26.4 +numpy==2.2.2 pandas==2.2.3 python-dotenv==1.0.1 questionary==2.1.0 diff --git a/setup.py b/setup.py index 3453868..368a8a9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(file_name): "defusedxml==0.7.1", "langchain_core==0.3.30", "langchain_openai==0.3.1", - "numpy==1.26.4", + "numpy==2.2.2", "pandas==2.2.3", "python-dotenv==1.0.1", "questionary==2.1.0",