Skip to content

Commit ef67a4e

Browse files
authored
Merge pull request #16 from TGSAI/build/conda_minver
Patch release 0.1.3
2 parents 0bf290f + 07db298 commit ef67a4e

File tree

2 files changed

+13
-72
lines changed

2 files changed

+13
-72
lines changed

poetry.lock

Lines changed: 10 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "multidimio"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!"
55
authors = ["TGS <[email protected]>"]
66
maintainers = [
@@ -30,8 +30,8 @@ click-params = "^0.3.0"
3030
zarr = "^2.12.0"
3131
dask = "^2022.8.1"
3232
tqdm = "^4.64.0"
33-
segyio = "^1.9.9"
34-
numba = "^0.56.0"
33+
segyio = "^1.9.3"
34+
numba = "^0.55.2"
3535
psutil = "^5.9.1"
3636
distributed = {version = "^2022.8.1", optional = true}
3737
bokeh = {version = "^2.4.3", optional = true}

0 commit comments

Comments
 (0)