We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3687dbd commit ab8dc1aCopy full SHA for ab8dc1a
1 file changed
energyml-utils/pyproject.toml
@@ -74,7 +74,7 @@ lasio = { version = "^0.31", optional = true }
74
segyio = { version = "^1.9", optional = true }
75
76
[tool.poetry.group.dev.dependencies]
77
-pandas = { version = "^1.1.0", optional = true }
+pandas = { version = "^1.1.0"}
78
coverage = {extras = ["toml"], version = "^6.2"}
79
pytest = "^8.1.1"
80
pytest-cov = "^4.1.0"
@@ -83,7 +83,7 @@ black = "^22.3.0"
83
pylint = "^2.7.2"
84
click = ">=8.1.3, <=8.1.3" # upper version than 8.0.2 fail with black
85
pdoc3 = "^0.10.0"
86
-pydantic = { version = "^2.0", optional = true }
+pydantic = { version = "^2.0"}
87
energyml-common2-0 = "^1.12.0"
88
energyml-common2-1 = "^1.12.0"
89
energyml-common2-2 = "^1.12.0"
0 commit comments