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:
parent
565afd0183
commit
08fd7bec75
@ -8,6 +8,7 @@ sqlmodel
|
|||||||
alembic
|
alembic
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
numpy<2
|
||||||
pandas
|
pandas
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
aiohttp
|
aiohttp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user