Closed jooho-lee-kim closed 3 years ago
Oh man, is this why we were having weird openpyxl issues last week? Good find!
@jooho-lee-kim This should be relatively easy to fix: if you create a branch, run pipenv update
, commit the changes, and then create a GitHub pull request with those changes, that should fix this issue. Would you like to take this on as a first issue? If not, no worries, I'll get it fixed quickly!
(I continue to be grouchy that somebody thought it would be a good idea to delete a published package, which is a terrible idea! So annoying.)
My environment is not properly setup yet. I will get my new Mac laptop sometime this week. Also, pipenv update failed on my Windows machine. @gaurav Can you fix this issue? Thanks!
(yeah, openpyxl has several deleted versions. IT IS annoying to fix on our end.)
Oops, I just realized that this was already fixed in PR 117 (https://github.com/cancerDHC/ccdhmodel/pull/117/commits/12c0ff140ec62521f2e9b92966afa5553287b484) -- it just hadn't been merged into main for some reason. I'll go ahead and close this issue.
Pipfile.lock requires openpyxl==3.0.8, but the version 3.0.8 is deleted (see https://openpyxl.readthedocs.io/en/stable/changes.html#brown-bag).
3.0.9 (2021-09-22) is the most recent version.