Skip to content

Commit

Permalink
upgrade ocf_blosc2
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Jul 19, 2024
1 parent 2670e72 commit 94989b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
21 changes: 5 additions & 16 deletions notebooks/plotting.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"dask",
"pyresample",
"pyproj",
"ocf-blosc2",
"ocf-blosc2>=0.0.10", # for no-import codec register
"typer"
]
[project.optional-dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/cloudcasting/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import Annotated

import numpy as np
import ocf_blosc2 # noqa: F401
import pandas as pd
import pyproj
import pyresample
Expand Down

0 comments on commit 94989b8

Please sign in to comment.