Skip to content

Commit 46af1f9

Browse files
authored
Fix rst document format (#294)
1 parent 740991f commit 46af1f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ODPS Python SDK
22
===============
33

4-
--------------
5-
64
Elegent way to access ODPS API.
75
`Documentation <http://pyodps.readthedocs.org/>`__
86

requirements-wheel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ oldest-supported-numpy; (python_version>'3.7' or platform_machine=='aarch64') an
55

66
# Force numpy higher than 2.0, so that built wheels are compatible
77
# with both numpy 1 and 2
8-
numpy>=2.0.0; python_version>='3.9'
8+
numpy>=2.0.0,<2.3.0; python_version>='3.9'
99

1010
cython>=3.0,<3.1
1111
requests>=2.4.0

0 commit comments

Comments
 (0)