chaokunyang commented on code in PR #2056:
URL: https://github.com/apache/fury/pull/2056#discussion_r1952481069


##########
python/README.md:
##########
@@ -6,7 +6,10 @@ Fury is a blazingly-fast multi-language serialization 
framework powered by just-
 
 ```bash
 cd python
-pip install pyarrow==14.0.0 Cython wheel numpy pytest
+# For Python versions less than 3.13, numpy 2 is not currently supported.
+pip install pyarrow==14.0.0 Cython wheel 'numpy<2' pytest

Review Comment:
   pyarrow 15.0.0 has specified that numpy version should be less than 2. 
https://github.com/apache/arrow/blob/a61f4af724cd06c3a9b4abd20491345997e532c0/python/setup.py#L452
   
   maybe we could upgrade arrow version in java and python



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to