Skip to content

Commit 5a31893

Browse files
authored
bump probabilit to 0.4.1
Update snapshot to reflect the changes in probabilit
1 parent 89e7b9e commit 5a31893

File tree

3 files changed

+1679
-1679
lines changed

3 files changed

+1679
-1679
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Actions Status](https://github.com/equinor/semeio/workflows/CI/badge.svg)](https://github.com/equinor/semeio/actions?query=workflow=CI)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
55

6-
# semeio #
6+
# semeio
77

88
Semeio is a collection of forward models and workflows used in [ERT](https://github.com/equinor/ert). These are
99
exposing end points which is considered the API of semeio. If there are submodules that can be applied

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"importlib_metadata",
3232
"importlib_resources",
3333
"numpy",
34-
"pandas>1.3.0",
34+
"pandas>1.3,<3",
3535
"pydantic>=2.9",
3636
"pyscal>=0.4.0",
3737
"resdata",
@@ -41,7 +41,7 @@ dependencies = [
4141
"xlrd",
4242
"xtgeo>=2.15",
4343
"seaborn",
44-
"probabilit>=0.4.0",
44+
"probabilit>=0.4.1",
4545
"resfo-utilities>=0.1.1",
4646
]
4747

0 commit comments

Comments
 (0)