Skip to content

Commit d046912

Browse files
committed
Add openpyxl and xlrd packages for Excel file support in pandas
1 parent 10f14fb commit d046912

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ let
2828
gurobipy
2929
pulp # PuLP - Python Linear Programming (no protobuf dependency)
3030
# Exclude: yfinance (protobuf 6.x conflicts), ortools (installed separately)
31+
# Data processing packages
32+
openpyxl # Excel file support for pandas
33+
xlrd # Excel file support for pandas (legacy .xls format)
3134
]);
3235

3336
# Separate OR-Tools environment (will be copied to /.local)

0 commit comments

Comments
 (0)