Skip to content

Commit

Permalink
Loosen PyTorch dependency (#110)
Browse files Browse the repository at this point in the history
Remove dependency patching
Update unit tests
Closes #109

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 27, 2023
1 parent bd5977c commit edf03fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
unit_tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 2 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# TTS
numpy>=1.19.5
torch~=1.9,!=1.13.0
torch>=1.9.0,<3.0.0,!=1.13.0
# dependencies
ovos-plugin-manager~=0.0.2
ovos-plugin-manager~=0.0.23
ovos-utils~=0.0.32
psutil
# huggingface
huggingface-hub

mycroft-messagebus-client~=0.10
# TODO: Above patching OPM dependency

0 comments on commit edf03fa

Please sign in to comment.