From 08fd7bec75e9caeeb59c6afa5a41970df4a89af8 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 8 Jan 2026 14:04:18 -0600 Subject: [PATCH] Fix numpy CPU compatibility issue (X86_V2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add numpy<2 constraint to requirements.txt to fix RuntimeError on sba-bots where CPU doesn't support X86_V2 instructions required by numpy 2.x. This was causing cogs.admins and cogs.gameplay to fail loading on bot startup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- VERSION | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a412349..8f8b3f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.10 +1.7.11 diff --git a/requirements.txt b/requirements.txt index 138cc48..dd3e4dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ sqlmodel alembic pytest pytest-asyncio +numpy<2 pandas psycopg2-binary aiohttp