Closed IngLP closed 12 months ago
Hi @nosalorenz, this is caused by one of our dependencies awswrangler that also depends on pandas. We are using its older version, that depends on older pandas and cannot simply update it due to some breaking changes. We knew about this issue, but we will increase its priority and hopefully remove the <2 constraint within a few days to solve your issues.
Hi, thanks for the fast answer. I see the problem. I hope you are able to move to the new awswrangler version as soon as possible.
Hi, are there any news on this?
Hi @nosalorenz, I just released lakeapi==0.9.1 that should remove awswrangler dependency completely. Check it out and let me know if I can close this, it worked well with latest Pandas version for me plus removed a lot of indirect dependencies from our code.
There are some ugly temporary workarounds there as we would like to move away from direct s3 access completely, but my efforts in this direction were not successful yet.
Description
I want to install lake API with a Pandas version greater than 2.0.0. Why is lake api restricting pandas version to <2?
What I Did
Just installing requirements as follows: