Skip to content

Commit c8aaa58

Browse files
committed
[GEOPY-2270] fix source for geoh5py package
then also: - ran poetry lock - bump build number for conda
1 parent cd59bac commit c8aaa58

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

poetry.lock

Lines changed: 10 additions & 14 deletions
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
@@ -55,8 +55,8 @@ vectormath = "0.2.*"
5555

5656
## dependencies from Git repositories
5757
#------------------------------------
58-
#geoh5py = {version = ">=0.11.0a3, <0.12.dev", allow-prereleases = true}
59-
geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"}
58+
geoh5py = {version = ">=0.11.0a3, <0.12.dev", allow-prereleases = true}
59+
#geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"}
6060
#geoh5py = {path = "../geoh5py", develop = true}
6161

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

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
path: ../omf
1414

1515
build:
16-
number: 1
16+
number: 2
1717
noarch: python
1818
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
1919
python:

0 commit comments

Comments
 (0)