tostido commited on
Commit
72ccab8
·
1 Parent(s): 8f7f41d

fix: update cascade-lattice to >=0.6.0 and add missing DreamerV3 deps

Browse files
Files changed (1) hide show
  1. models/requirements.txt +17 -2
models/requirements.txt CHANGED
@@ -1,12 +1,27 @@
 
 
 
 
1
  numpy>=1.21.0,<2.0
2
- cascade-lattice>=0.1.3
 
 
 
 
3
  rerun-sdk>=0.28.0
 
 
4
  pygame>=2.5.0
5
  websockets>=12.0
6
  requests>=2.31.0
 
 
7
  jax>=0.4.20
8
  jaxlib>=0.4.20
9
  ninjax>=3.5.0
10
  elements>=3.19.0
11
  einops>=0.8.0
12
- portal>=0.2.0
 
 
 
 
1
+ # Capsule requirements for champion_gen52
2
+ # Generated from KEY Agent Compiler
3
+
4
+ # Core
5
  numpy>=1.21.0,<2.0
6
+
7
+ # CASCADE Provenance (THE RECEIPTS)
8
+ cascade-lattice>=0.6.0
9
+
10
+ # Glass Box Visual Observation (THE EYES)
11
  rerun-sdk>=0.28.0
12
+
13
+ # HOLD Visualization Stack
14
  pygame>=2.5.0
15
  websockets>=12.0
16
  requests>=2.31.0
17
+
18
+ # DreamerV3 World Model
19
  jax>=0.4.20
20
  jaxlib>=0.4.20
21
  ninjax>=3.5.0
22
  elements>=3.19.0
23
  einops>=0.8.0
24
+ portal>=0.2.0
25
+ chex>=0.1.0
26
+ granular>=0.20.3
27
+ jaxtyping>=0.2.0