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


##########
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:
   as you wish



-- 
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