Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/setup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
core_and_skills:
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12' ]
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ovos-core[lgpl]~=0.2

neon-utils[network]~=1.14
neon-utils[network]~=1.14,>=1.14.1a1
ovos-utils~=0.0,>=0.0.38
ovos-bus-client~=0.0,>=0.0.10
neon-transformers~=1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/skills_default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ neon-skill-personal~=1.0,>=1.0.4a2
neon-skill-speak~=2.0,>=2.0.4a1
neon-skill-speed_test~=1.0,>=1.0.5a3
neon-skill-spelling~=1.1,>=1.1.2a2
neon-skill-stock~=2.0,>=2.0.1a2
neon-skill-stock~=2.0,>=2.0.1a3
neon-skill-support_helper~=1.2,>=1.2.5a2
neon-skill-user_settings~=1.1
neon-skill-weather~=3.1,>=3.1.1a2
neon-skill-weather~=3.1,>=3.1.1a4
ovos-skill-wikipedia~=0.0
neon-skill-free_music_archive~=1.1
neon-skill-local_music~=3.2,>=3.2.1a1
Expand Down
Loading