We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8dc1a commit 836edbcCopy full SHA for 836edbc
1 file changed
energyml-utils/pyproject.toml
@@ -70,11 +70,11 @@ energyml-opc = "^1.12.0"
70
h5py = { version = "^3.7.0", optional = false }
71
numpy = { version = "^1.16.6", optional = false }
72
pyarrow = { version = "^14.0.1", optional = true }
73
+pandas = { version = "^1.1.0", optional = true }
74
lasio = { version = "^0.31", optional = true }
75
segyio = { version = "^1.9", optional = true }
76
77
[tool.poetry.group.dev.dependencies]
-pandas = { version = "^1.1.0"}
78
coverage = {extras = ["toml"], version = "^6.2"}
79
pytest = "^8.1.1"
80
pytest-cov = "^4.1.0"
0 commit comments