Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ARF/pwnies/requirements_swarm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions ARF/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Loading