Skip to content

Commit

Permalink
Updates Dockerfile to use Python3.10 to close #62
Browse files Browse the repository at this point in the history
Updates ovos-bus-client dependency to allow 0.1+
Adds missing ovos-config dependency which was previously just inherited from other dependencies
  • Loading branch information
NeonDaniel committed Jan 10, 2025
1 parent adfd03d commit 7da3428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.10-slim

# Label for vendor
LABEL vendor=neon.ai \
Expand Down
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ click-default-group~=1.2
neon-utils~=1.0
pyyaml>=5.4,<7.0.0
neon-mq-connector~=0.7,>=0.7.1
ovos-bus-client~=0.0.3
ovos-bus-client~=0.0,>=0.0.3
ovos-config~=0.0

0 comments on commit 7da3428

Please sign in to comment.