Skip to content

Commit 623f81f

Browse files
committed
[GEOPY-2049] relock on published geoh5py
1 parent e17b33c commit 623f81f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ numpy = "~1.26.0" # also in geoh5py
4141

4242
## dependencies from Git repositories
4343
#------------------------------------
44-
#geoh5py = {version = ">=0.11.0-alpha.1, <0.12.dev", allow-prereleases = true}
45-
geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"}
44+
geoh5py = {version = ">=0.11.0a3, <0.12.dev", allow-prereleases = true}
45+
#geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"}
4646
#geoh5py = {path = "../geoh5py", develop = true}
4747

4848
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)