Skip to content

Commit 85f1169

Browse files
authored
Merge pull request #1 from norwegian-geotechnical-institute/fix/missing-dependencies
move struclog to dependencies
2 parents 7624b2c + 1c3e523 commit 85f1169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ngi-calculations"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "CPT correlations including commonly used empirical correlations"
55
authors = [
66
"Julien Hericher <[email protected]>",
@@ -18,14 +18,14 @@ param = "^2.1.0"
1818
scipy = "^1.13.1"
1919
numpy = "^2.0.0"
2020
pydantic = "^2.7.4"
21+
structlog = "^24.2.0"
2122

2223
[tool.poetry.group.dev.dependencies]
2324
pytest = "^8.2.2"
2425
pytest-watcher = "^0.4.2"
2526
ruff = "^0.4.10"
2627
mypy = "^1.10.0"
2728
pandas-stubs = "^2.2.2.240603"
28-
structlog = "^24.2.0"
2929
openpyxl = "^3.1.4"
3030

3131
[tool.ruff]

0 commit comments

Comments
 (0)