Skip to content

Commit be420e2

Browse files
committed
cleaning up dependencies
1 parent 0d7259a commit be420e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_delphi_utils_python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies = [
2323
"gitpython",
2424
"importlib_resources>=1.3",
2525
"numpy",
26-
"pandas>=1.1.0",
26+
"requests",
27+
"pandas[excel]>=1.1.0",
2728
"slackclient",
2829
"scs<3.2.6", # TODO: remove this ; it is a cvxpy dependency, and the excluded version appears to break our jenkins build. see: https://github.com/cvxgrp/scs/issues/283
2930
"structlog",
30-
"xlrd",
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)