Fix numpy CPU compatibility issue (X86_V2)

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 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-01-08 14:04:18 -06:00
parent 565afd0183
commit 08fd7bec75
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1.7.10 1.7.11

View File

@ -8,6 +8,7 @@ sqlmodel
alembic alembic
pytest pytest
pytest-asyncio pytest-asyncio
numpy<2
pandas pandas
psycopg2-binary psycopg2-binary
aiohttp aiohttp