Skip to content

Commit

Permalink
tf < 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Feb 5, 2025
1 parent d364e57 commit 75bdaf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip --default-timeout=100 install -e .
# pip --default-timeout=100 install "tensorflow>=2.0.0,<2.12"
pip --default-timeout=100 install "tensorflow>=2.13"
pip --default-timeout=100 install "tensorflow>=2.10,<2.16"
# pip --default-timeout=100 install "tensorflow>=2.13"
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 75bdaf5

Please sign in to comment.