codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
60 stars 26 forks source link

Upgrading Python and packages using Poetry #1413

Closed Didayolo closed 2 weeks ago

Didayolo commented 2 months ago

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

Didayolo commented 2 weeks ago

Solved by #1416