mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
update versions of xtl and xtensor in vectfit ci build script to be consistent with vendored versions
This commit is contained in:
parent
b4274724f3
commit
ea551e3312
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ set -ex
|
|||
PYBIND_BRANCH='master'
|
||||
PYBIND_REPO='https://github.com/pybind/pybind11'
|
||||
|
||||
XTL_BRANCH='0.6.9'
|
||||
XTL_BRANCH='0.6.13'
|
||||
XTL_REPO='https://github.com/xtensor-stack/xtl'
|
||||
|
||||
XTENSOR_BRANCH='0.21.2'
|
||||
XTENSOR_BRANCH='0.21.3'
|
||||
XTENSOR_REPO='https://github.com/xtensor-stack/xtensor'
|
||||
|
||||
XTENSOR_PYTHON_BRANCH='0.24.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue