Skip to content

Commit e3bd094

Browse files
authored
Update core module dependencies to latest alpha versions (#731)
# Description Update core_modules to validate latest alpha version compat. # Issues Blacklists an onnxruntime version to mitigate microsoft/onnxruntime#23957 # Other Notes Based on [this run from an old tag failing](https://github.com/NeonGeckoCom/NeonCore/actions/runs/13816049514/job/38649389777), it appears that the failures are related to some change in GitHub Actions runners or some low-level dependency change. Cause for Pi image failures is unknown, but updating to a newer CPU arch in the shared action appears to resolve the issue. Note that the previously spec'd A53 was used in the RPi3 and the now spec'd A76 is used in the RPi5 Issue was traced back to a new onnxruntime release
1 parent 280ed07 commit e3bd094

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/license_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
license_tests:
88
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
99
with:
10-
packages-exclude: '^(precise-runner|fann2|tqdm|bs4|ovos-phal-plugin|ovos-skill|neon-core|nvidia|neon-phal-plugin|bitstruct|audioread).*'
10+
packages-exclude: '^(precise-runner|fann2|tqdm|bs4|ovos-phal-plugin|ovos-skill|neon-core|nvidia|neon-phal-plugin|bitstruct|audioread|RapidFuzz).*'

requirements/core_modules.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# neon core modules
2-
neon-messagebus~=2.0,>=2.0.2a10
3-
neon-enclosure~=1.7,>=1.7.1a7
2+
neon-messagebus~=2.0,>=2.0.2a12
3+
neon-enclosure~=1.7,>=1.7.1a9
44
neon-speech~=4.4,>=4.4.2a7
55
neon-gui~=1.3,>=1.3.1a5
6-
neon-audio~=1.5,>=1.5.2a13
6+
neon-audio~=1.5,>=1.5.2a15

requirements/pi.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ neon-mana-utils~=0.2,>=0.2.3a2
1212

1313
# Default plugins
1414
ovos-vad-plugin-silero~=0.0.1
15-
onnxruntime!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631
15+
onnxruntime!=1.16.0,!=1.21.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631 and https://github.com/microsoft/onnxruntime/issues/23957
1616
ovos-ww-plugin-precise~=0.1
1717
ovos-ww-plugin-precise-lite[tflite]~=0.1,>=0.1.2
1818
ovos-ww-plugin-vosk~=0.1,>=0.1.1

0 commit comments

Comments
 (0)