diff --git a/ARF/pwnies/requirements_swarm.txt b/ARF/pwnies/requirements_swarm.txt index f5251cff..23d6dc78 100644 --- a/ARF/pwnies/requirements_swarm.txt +++ b/ARF/pwnies/requirements_swarm.txt @@ -2,8 +2,8 @@ # FLOSSI0ULLK Implementation # Core dependencies -aiohttp>=3.9.0 -numpy>=1.24.0 +aiohttp>=3.14.3 +numpy>=2.2.6 # Optional: For better embedding models (replace simple fallback) # sentence-transformers>=2.2.0 diff --git a/ARF/requirements.txt b/ARF/requirements.txt index 52aed681..ee289173 100644 --- a/ARF/requirements.txt +++ b/ARF/requirements.txt @@ -1,11 +1,11 @@ -numpy>=1.24.0 -sentence-transformers>=2.2.0 -torch>=2.0.0 -pytest>=7.0.0 -typer[all]>=0.9.0 -rich>=13.0.0 -aiohttp>=3.13.0 -websockets>=10.0 -pynacl>=1.6.0 -blake3>=1.0.8 +numpy>=2.2.6 +sentence-transformers>=6.0.0 +torch>=2.13.0 +pytest>=9.1.1 +typer[all]>=0.27.1 +rich>=15.0.0 +aiohttp>=3.14.3 +websockets>=16.1.1 +pynacl>=1.6.2 +blake3>=1.0.9 jcs>=0.2.1