Skip to content

Commit ab8dc1a

Browse files
toml
1 parent 3687dbd commit ab8dc1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

energyml-utils/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lasio = { version = "^0.31", optional = true }
7474
segyio = { version = "^1.9", optional = true }
7575

7676
[tool.poetry.group.dev.dependencies]
77-
pandas = { version = "^1.1.0", optional = true }
77+
pandas = { version = "^1.1.0"}
7878
coverage = {extras = ["toml"], version = "^6.2"}
7979
pytest = "^8.1.1"
8080
pytest-cov = "^4.1.0"
@@ -83,7 +83,7 @@ black = "^22.3.0"
8383
pylint = "^2.7.2"
8484
click = ">=8.1.3, <=8.1.3" # upper version than 8.0.2 fail with black
8585
pdoc3 = "^0.10.0"
86-
pydantic = { version = "^2.0", optional = true }
86+
pydantic = { version = "^2.0"}
8787
energyml-common2-0 = "^1.12.0"
8888
energyml-common2-1 = "^1.12.0"
8989
energyml-common2-2 = "^1.12.0"

0 commit comments

Comments
 (0)