Skip to content

Commit 4d171bb

Browse files
remove gribjumplib as a dependency
1 parent d413ccb commit 4d171bb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ pip install hydro-analysis-toolkit[gribjump]
5757
```
5858

5959
> [!NOTE]
60-
> The gribjump feature is experimental and depends on a pre-release version of `gribjumplib`. This feature is not recommended for production use and may change or break in future releases.
60+
> The gribjump feature is experimental. It is not recommended for production use and may change or break in future releases.
61+
> Information on how to build gribjump can be found in [GribJump's source code](https://github.com/ecmwf/gribjump/). Experimental
62+
> wheels of `gribjumplib` can also be found [on PyPI](https://pypi.org/project/gribjumplib/).
6163
6264

6365
## Licence

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@ dependencies = [
7171
"pre-commit"
7272
]
7373
gribjump = [
74-
"earthkit-data[gribjump]",
75-
# At this time, there is not an official release on PyPI which can be easily
76-
# installed without potential ABI issues with other dependencies. As long as
77-
# this is the case and using gribjump is an experimental feature in HAT, we
78-
# point to a development release that should work for most users.
79-
"gribjumplib==0.10.3.dev20250908"
74+
"earthkit-data[gribjump]"
8075
]
8176

8277
[project.scripts]

0 commit comments

Comments
 (0)