Skip to content

Commit

Permalink
Pin polars for Ert integration tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Oct 29, 2024
1 parent 729b454 commit 0a7e9a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"resdata",
"ert>=11.1.0-b3",
"fmu-ensemble>1.6.5",
"importlib_metadata",
"importlib_resources",
"numpy",
"pandas>1.3.0",
"polars<1.10.0", # Transitive requirement through Ert
"pydantic>=2.9",
"pyscal>=0.4.0",
"resdata",
"scikit-learn",
"scipy",
"xlrd",
"pyscal>=0.4.0",
"fmu-ensemble>1.6.5",
"segyio",
"xlrd",
"xtgeo>=2.15",
]

Expand Down

0 comments on commit 0a7e9a1

Please sign in to comment.