diff --git a/pyproject.toml b/pyproject.toml index 3d989ce..f7da2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ dependencies = [ "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "numpy==2.5.1", + "numpy==2.5.2", "typing_extensions==4.16.0", "rich>=13.7.0", "pydantic>=2.7.0", diff --git a/requirements.txt b/requirements.txt index 4742fdc..57f6038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Sistemista talks to a separate llama-server process; llama-cpp-python is not required. Jinja2==3.1.6 MarkupSafe==3.0.3 -numpy==2.5.1 +numpy==2.5.2 typing_extensions==4.16.0 # UI / formatting