File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 23
23
os : [ubuntu-latest, macos-latest]
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
- name : Set up Python ${{matrix.python-version}}
28
- uses : actions/setup-python@v1
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{matrix.python-version}}
31
31
- name : Install dependencies
Original file line number Diff line number Diff line change
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
+
1
6
## Schism
2
7
3
8
[ ![ CI-Core] ( https://github.com/EdCaunt/schism/actions/workflows/pytest_core.yml/badge.svg )] ( https://github.com/EdCaunt/schism/actions/workflows/pytest_core.yml )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments