Skip to content
Snippets Groups Projects
Commit 631d0a51 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: spack cherry-pick (py-)onnx: new version 1.15.0

parent d0c54143
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !796. Comments created here will be created in the context of that merge request.
...@@ -201,7 +201,7 @@ packages: ...@@ -201,7 +201,7 @@ packages:
- any_of: [+geocad, -geocad] - any_of: [+geocad, -geocad]
onnx: onnx:
require: require:
- '@1.13.1' - '@1.15.0'
opencascade: opencascade:
require: require:
- '@7.7.1' - '@7.7.1'
...@@ -288,7 +288,7 @@ packages: ...@@ -288,7 +288,7 @@ packages:
- '@1.26.1' - '@1.26.1'
py-onnx: py-onnx:
require: require:
- '@1.13.1' - '@1.15.0'
py-pandas: py-pandas:
require: require:
- '@1.5.3' - '@1.5.3'
......
...@@ -26,6 +26,7 @@ c07ddf83c32b7129247fe90eed486dd844047087 ...@@ -26,6 +26,7 @@ c07ddf83c32b7129247fe90eed486dd844047087
7a0c4e8017033430e5f15ed628be6b539e935ba9 7a0c4e8017033430e5f15ed628be6b539e935ba9
48fcfda1e7c1781cab4cada6d099823b263ab0cc 48fcfda1e7c1781cab4cada6d099823b263ab0cc
1255620a14afa3ad4aad681a847a3a1704141976 1255620a14afa3ad4aad681a847a3a1704141976
0fed2d66bf0eec799707dd1b88ac9419f6ae14e1
--- ---
## Ref: https://github.com/spack/spack/commit/[hash] ## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description] ## [hash]: [description]
...@@ -47,3 +48,4 @@ c07ddf83c32b7129247fe90eed486dd844047087 ...@@ -47,3 +48,4 @@ c07ddf83c32b7129247fe90eed486dd844047087
## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.* ## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.*
## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead ## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead
## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors ## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors
## 0fed2d66bf0eec799707dd1b88ac9419f6ae14e1: (py-)onnx: new version 1.14.{0,1}, 1.15.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment