bigscience-workshop / evaluation

Code and Data for Evaluation WG
Other
41 stars 24 forks source link

Robustly bump dependency versions #79

Closed jaketae closed 2 years ago

jaketae commented 2 years ago

In light of #74, this PR flexibly bumps project dependency versions by replacing hardcoded == version requirements with >=. This will allow pip to install the latest versions when possible and also resolve the test CI error.

Additionally,

jaketae commented 2 years ago

@tianjianjiang, can you help update poetry.lock and pyproject.toml files? I think the test CI currently works off of setup.py, which reads from requirements.txt, but I think it's also a good idea to keep other files consistent if we update requirements.txt. Thank you!

tianjianjiang commented 2 years ago

@tianjianjiang, can you help update poetry.lock and pyproject.toml files? I think the test CI currently works off of setup.py, which reads from requirements.txt, but I think it's also a good idea to keep other files consistent if we update requirements.txt. Thank you!

@jaketae Roger that!