Skip to content

Commit

Permalink
Add pyarrow as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Nov 22, 2023
1 parent fb9392a commit 9f3b3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ dependencies=[
"tables<3.9;python_version == '3.8'",
"tables; python_version >= '3.9'",
"python-multipart",
"pyarrow",
]

[project.scripts]
Expand Down
1 change: 1 addition & 0 deletions src/ert/dark_storage/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def render(self, content: Any) -> bytes:
default_response_class=JSONResponse,
)


@app.on_event("startup")
async def initialize_libres_facade() -> None:
from ert.dark_storage.enkf import init_facade
Expand Down

0 comments on commit 9f3b3e6

Please sign in to comment.