Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/pypa/gh-action-pyp…
Browse files Browse the repository at this point in the history
…i-publish-1.10.1
  • Loading branch information
tasansal authored Sep 19, 2024
2 parents 64bd19b + 5fa685d commit 2f9c7ef
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 206 deletions.
331 changes: 174 additions & 157 deletions docs/notebooks/quickstart.ipynb

Large diffs are not rendered by default.

92 changes: 47 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dask = ">=2024.6.1"
tqdm = "^4.66.4"
psutil = "^6.0.0"
fsspec = ">=2024.6.0"
segy = "^0.1.4"
segy = "^0.2.0"
rich = "^13.7.1"
urllib3 = "^1.26.18" # Workaround for poetry-plugin-export/issues/183

Expand Down Expand Up @@ -105,7 +105,7 @@ show_error_codes = true
show_error_context = true

[[tool.mypy.overrides]]
module = ["segyio", "zarr"]
module = ["zarr"]
ignore_missing_imports = true


Expand Down
Loading

0 comments on commit 2f9c7ef

Please sign in to comment.