File tree Expand file tree Collapse file tree 3 files changed +1679
-1679
lines changed
tests/fmudesign/snapshots/test_create_design/test_generate_full_mc_snapshot Expand file tree Collapse file tree 3 files changed +1679
-1679
lines changed Original file line number Diff line number Diff line change 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
88Semeio is a collection of forward models and workflows used in [ ERT] ( https://github.com/equinor/ert ) . These are
99exposing end points which is considered the API of semeio. If there are submodules that can be applied
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments