Skip to content

Commit 8491851

Browse files
authored
Merge pull request #31 from devitocodes/dependencies
deps: Fix dependency versions
2 parents 5a8ff41 + ab6fb7a commit 8491851

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/pytest_core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os: [ubuntu-latest, macos-latest]
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- name: Set up Python ${{matrix.python-version}}
28-
uses: actions/setup-python@v1
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{matrix.python-version}}
3131
- name: Install dependencies

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## NOTE: Support for OSS Schism has ended
2+
Dependencies have been fixed at the last confirmed working versions. Feel free to fork this repository to develop your own work.
3+
4+
A continuation of the Schism project is maintained by Devito Codes Ltd, please get in touch if you are interested.
5+
16
## Schism
27

38
[![CI-Core](https://github.com/EdCaunt/schism/actions/workflows/pytest_core.yml/badge.svg)](https://github.com/EdCaunt/schism/actions/workflows/pytest_core.yml)

requirements.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
devito[tests] @ git+https://github.com/devitocodes/devito@master
2-
matplotlib
3-
networkx
4-
pyvista
1+
devito==4.8.5
2+
pytest==8.1.1
3+
scipy==1.10.1
4+
networkx==3.1
5+
sympy==1.12

0 commit comments

Comments
 (0)