Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update core modules and OVOS dependencies to stable releases #377

Merged
merged 1 commit into from
Mar 11, 2023
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
9 changes: 4 additions & 5 deletions requirements/core_modules.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# neon core modules
neon_messagebus~=0.3,>=0.3.1a3
neon_gui~=1.1,>=1.1.2a1
neon_enclosure~=1.3
neon_messagebus~=0.3,>=0.3.1
neon_gui~=1.1,>=1.1.2
neon_enclosure~=1.3,>=1.3.1
neon_speech~=3.1,>=3.1.1a8
neon_audio~=1.3,>=1.3.1a3
neon_audio~=1.3,>=1.3.1

# Below patching alpha version conflicts
neon-utils[audio]~=1.2,>=1.2.4a0
ovos-core[audio]~=0.0.6,>=0.0.7a11
4 changes: 2 additions & 2 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ovos-phal-plugin-wifi-setup~=1.0,>=1.0.1
ovos-phal-plugin-dashboard==0.0.2a3
ovos-phal-plugin-alsa~=0.0.2
ovos-phal-plugin-system~=0.0.3
ovos-phal-plugin-connectivity-events~=0.0.1,>=0.0.2a1
ovos-phal-plugin-connectivity-events~=0.0.2
ovos-phal-plugin-homeassistant~=0.0.1
ovos-phal-plugin-ipgeo>=0.0.1a1
ovos-phal-plugin-ipgeo~=0.0.1
# ovos-phal-plugin-gpsd @ git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-gpsd

# Pi-specific skills
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# mycroft
ovos-core[skills_lgpl]~=0.0.6,>=0.0.7a11
# utils
neon-utils[network,configuration]~=1.2,>=1.2.4a0
neon-utils[network,configuration]~=1.2,>=1.2.4
neon-transformers~=0.2
ovos_utils~=0.0.27,>=0.0.30a3
ovos-config~=0.0.5,>=0.0.7a2
ovos_utils~=0.0.30
ovos-config~=0.0.7
ovos-skills-manager~=0.0.12
ovos-plugin-manager~=0.0.21
ovos-backend-client~=0.0.6
Expand Down