Skip to content

Commit

Permalink
Reverted back to tensorflow version 2.13 and added checks for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thivinanandh committed Jul 9, 2024
1 parent 2433468 commit 2c426a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.21,<=1.23.5
pandas<1.4.4
matplotlib
tensorflow>=2.9.1,<=2.11.0
tensorflow>=2.9.1,<=2.13.0
pytest==8.0.2
meshio==5.3.4
pyDOE==0.3.8
Expand Down

0 comments on commit 2c426a5

Please sign in to comment.