Skip to content

Commit

Permalink
check macos
Browse files Browse the repository at this point in the history
upgraded numpy and tensorflow

Removed windows

Added python 3.11

Added windows
  • Loading branch information
thivinanandh committed Apr 28, 2024
1 parent b591f80 commit 85751b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
numpy>=1.21,<=1.22.4
numpy>=1.21,<=1.23.5
pandas<1.4.4
matplotlib
tensorflow>=2.9.1,<=2.12.0
tensorflow>=2.9.1,<=2.13.0
pytest==8.0.2
meshio==5.3.4
pyDOE==0.3.8
tqdm==4.66.2
scipy
gmsh==4.10.4
gmsh==4.11.0
pyyaml
# vtk
rich==12.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="fastvpinns",
version="1.0.1",
version="1.0.2",
author="Thivin Anandh, Divij Ghose, Sashikumaar Ganesan",
author_email="[email protected]",
description="An Efficient tensor-based implementation of hp-Variational Physics-informed Neural Networks (VPINNs) for solving PDEs",
Expand Down

0 comments on commit 85751b9

Please sign in to comment.