As discussed in #1023 and #1410, we should regularly upgrade Python version and other packages.
Apparently Poetry is an interesting tool to help with resolving package conflicts.
We need to keep in mind that we have several Dockerfiles et requirements.txt files in this project. Putting this in place may be tricky at first but very useful in the future.
As discussed in #1023 and #1410, we should regularly upgrade Python version and other packages.
Apparently Poetry is an interesting tool to help with resolving package conflicts.
We need to keep in mind that we have several Dockerfiles et requirements.txt files in this project. Putting this in place may be tricky at first but very useful in the future.
Requirements files
Dockerfiles
Related branch: https://github.com/codalab/codabench/tree/issue_1413