Skip to content

Commit

Permalink
fix: python version for deepsparse
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Apr 18, 2023
1 parent 7083180 commit 03f4d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

runs-on: ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hsf = 'hsf.factory:start'
deepsparse_support = 'hsf.engines:print_deepsparse_support'

[tool.poetry.dependencies]
python = "^3.7.1"
python = ">=3.7.1,<3.11"
torchio = "^0.18.56"
roiloc = ">0.2.8"
hydra-core = "^1.1.1"
Expand Down

0 comments on commit 03f4d84

Please sign in to comment.