Closed TheMrSheldon closed 5 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.*.
1.*
This PR also installs the dependencies listed in setup.cfg in the CI instead of manually installing them.
setup.cfg
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.