Skip to content

Commit

Permalink
Change geoh5py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Mar 19, 2024
1 parent c35962c commit d56687a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 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 @@ -33,8 +33,8 @@ omf_to_geoh5 = 'omf.scripts.omf_to_geoh5:main'

[tool.poetry.dependencies]
python = "^3.8,<3.11"
#geoh5py = {version = "~0.8.0", allow-prereleases = true}
geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/release/0.9.0.zip#sha256="}
geoh5py = {version = "~0.9.0-alpha.1", allow-prereleases = true}
#geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/release/0.9.0.zip#sha256="}
numpy = "~1.23.5"
properties = "~0.6.0"
pypng = "^0.20220715"
Expand Down

0 comments on commit d56687a

Please sign in to comment.