Skip to content

Commit

Permalink
reduce range and change tf/py version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 18, 2024
1 parent 7406902 commit 2e1cb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10.12, 3.11.0, 3.12.0]
python-version: [3.8, 3.9, 3.10]
poetry-version: [1.1.12]
name: Python-${{ matrix.python-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ line_length = 95


[build-system]
requires = ["poetry>=0.12", "tensorflow>=2.4.0,<=2.12.0", "cmake"]
requires = ["poetry>=0.12", "tensorflow>=2.4.0,<=2.10.0", "cmake"]
build-backend = "poetry.masonry.api"
flags = ["-DCMAKE_CXX_STANDARD=14"]

0 comments on commit 2e1cb69

Please sign in to comment.