tira-io / tira

The source code for the TIRA Shared Task Platform
https://www.tira.io
MIT License
14 stars 9 forks source link

Fixed the Python Client CI #651

Closed TheMrSheldon closed 3 months ago

TheMrSheldon commented 3 months ago

The Python Client CI was failing due to some dependency issue.

I found that pandas does not pin numpy correctly. It is now pinned to 1.*.

This PR also installs the dependencies listed in setup.cfg in the CI instead of manually installing them.