alibaba / pemja

Apache License 2.0
91 stars 26 forks source link

Bump numpy 1.12.4 for support apple M1 chip #1

Closed a49a closed 2 years ago

a49a commented 2 years ago

I have run PythonInterpreterTest class successful. I want to bump beam in PyFlink, but pemja depends on numpy==1.19.5.

The conflict is caused by:
   apache-flink 1.15.dev0 depends on numpy>=1.21.4
   apache-beam 2.36.0 depends on numpy<1.22.0 and >=1.14.3
   pemja 0.1.2 depends on numpy==1.19.5
CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

maver1ck commented 2 years ago

@HuangXingBo Is it possible to merge this also to 0.1 branch?

HuangXingBo commented 2 years ago

@maver1ck Thanks for the reminder. I have released pemja 0.1.5 including this patch.