Skip to content

Commit de0d57c

Browse files
authored
fix: Adapt version of vectoradd_jax to new Tesseract conventions (#86)
#### Relevant issue or PR A job on main fails https://github.com/pasteurlabs/tesseract-jax/actions/runs/17833574910/job/50704738666#step:8:132 #### Description of changes removed the version previously being used, which is incompatible with tesseract >=1.0.0 conventions
1 parent 2fe2526 commit de0d57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/vectoradd_jax/tesseract_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vectoradd_jax
2-
version: "2025-02-05"
2+
version: "1.0.0"
33
description: |
44
Tesseract that adds/subtracts two vectors. Uses jax internally.
55

0 commit comments

Comments
 (0)