We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f14fb commit d046912Copy full SHA for d046912
1 file changed
docker.nix
@@ -28,6 +28,9 @@ let
28
gurobipy
29
pulp # PuLP - Python Linear Programming (no protobuf dependency)
30
# 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)
34
]);
35
36
# Separate OR-Tools environment (will be copied to /.local)
0 commit comments