KarlQuant commited on
Commit
dcdab09
Β·
verified Β·
1 Parent(s): d1e963e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,11 +1,14 @@
1
  # ════════════════════════════════════════════════════════════════════════════════
2
  # K1RL QUASAR β€” MINIMAL REQUIREMENTS
3
  # Only packages actually used in the codebase
4
- # VERSION: 2.3 | 2026-03-30
5
  # ════════════════════════════════════════════════════════════════════════════════
6
 
 
 
 
7
  # Core ML/Neural Network β€” CPU-only torch
8
- torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
9
  numpy==1.24.3
10
 
11
  # Web Framework & WebSocket
 
1
  # ════════════════════════════════════════════════════════════════════════════════
2
  # K1RL QUASAR β€” MINIMAL REQUIREMENTS
3
  # Only packages actually used in the codebase
4
+ # VERSION: 2.4 | 2026-03-30
5
  # ════════════════════════════════════════════════════════════════════════════════
6
 
7
+ # PyTorch index β€” must be declared before torch
8
+ --extra-index-url https://download.pytorch.org/whl/cpu
9
+
10
  # Core ML/Neural Network β€” CPU-only torch
11
+ torch==2.1.0+cpu
12
  numpy==1.24.3
13
 
14
  # Web Framework & WebSocket