Skip to content

Commit b2daecb

Browse files
committed
Jaxlib isn't installed explicitly, dont remove it
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 6839806 commit b2daecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ _tasks:
255255
## Jax-related dependencies:
256256
- command: uv remove rejax gymnax gymnasium xtils --no-sync
257257
when: "{{ run_setup and 'jax_ppo' not in examples_to_include }}"
258-
- command: uv remove jax jaxlib torch-jax-interop --no-sync
258+
- command: uv remove jax torch-jax-interop --no-sync
259259
when: "{{ run_setup and 'jax_ppo' not in examples_to_include and 'jax_image_classifier' not in examples_to_include }}"
260260

261261
## Huggingface-related dependencies:

0 commit comments

Comments
 (0)