Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
take the latest version of openpyxl (not 1.8.6 anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 24, 2016
1 parent 0e6d44b commit 89ad36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/packaged/packaged_config_1_small.py
Expand Up @@ -43,7 +43,7 @@ def small_set():
ModuleInstall("husl", "pip", purpose="Python implementation of HUSL"),
ModuleInstall(
"pipdeptree", "pip", purpose="displays module dependencies as a tree"),
ModuleInstall("openpyxl", "pip", version="1.8.6",
ModuleInstall("openpyxl", "pip", # version="1.8.6",
purpose="reads/writes Excel files, version is 1.8.6 due to pandas which does not work with more recent verrsions yet"),
ModuleInstall("xlrd", "pip", purpose="reads Excel files"),
ModuleInstall("xlwt", "pip", purpose="writes Excel files"),
Expand Down

0 comments on commit 89ad36d

Please sign in to comment.