Skip to content

Commit 418d5f1

Browse files
committed
readme: Update
1 parent 1acf3ed commit 418d5f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Adding support for new solvers is relatively straight-forward.
2424
1. Install the binary dependencies:
2525

2626
- `python >= 3.9`
27-
- `geos`
2827

2928
2. Install from PyPI with:
3029

thalassa/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
Thalassa is a library for visualizing unstructured mesh data with a focus on large scale sea level data
3+
4+
"""
15
from __future__ import annotations
26

37
from .api import open_dataset
@@ -7,6 +11,7 @@
711
from .plotting import plot_ts
812
from .utils import crop
913

14+
1015
__all__: list[str] = [
1116
"crop",
1217
"normalize",

0 commit comments

Comments
 (0)