Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thivinanandh authored Apr 29, 2024
2 parents c40ffe7 + d5c9b6d commit 973135c
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ STARS Lab, Department of Computational and Data Sciences, Indian Institute of Sc
## Installation
---

The build of the code is currently tested on Python 3.8, 3.9 and 3.10. The code is tested on Ubuntu 20.04 and Ubuntu 22.04, refer to [Compatibility-CI](https://github.com/cmgcds/fastvpinns/actions/workflows/integration-tests.yml) page for more details.
The build of the code is currently tested on Python 3.8, 3.9 and 3.10. The code is tested on Ubuntu 20.04 and Ubuntu 22.04, Macos-latest and Windows-latest(refer to [Compatibility-CI](https://github.com/cmgcds/fastvpinns/actions/workflows/integration-tests.yml) page for more details).

You can simply install the package using pip as follows:

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

0 comments on commit 973135c

Please sign in to comment.