We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740991f commit 46af1f9Copy full SHA for 46af1f9
README.rst
@@ -1,8 +1,6 @@
1
ODPS Python SDK
2
===============
3
4
---------------
5
-
6
Elegent way to access ODPS API.
7
`Documentation <http://pyodps.readthedocs.org/>`__
8
requirements-wheel.txt
@@ -5,7 +5,7 @@ oldest-supported-numpy; (python_version>'3.7' or platform_machine=='aarch64') an
# Force numpy higher than 2.0, so that built wheels are compatible
# with both numpy 1 and 2
-numpy>=2.0.0; python_version>='3.9'
+numpy>=2.0.0,<2.3.0; python_version>='3.9'
9
10
cython>=3.0,<3.1
11
requests>=2.4.0
0 commit comments