Skip to content

Commit daa6852

Browse files
authored
feat: support pandas 2.0 release candidate (#179)
1 parent 5b727c0 commit daa6852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
dependencies = [
3232
"packaging >= 17.0",
33-
"pandas >= 0.24.2, < 2.0dev",
33+
"pandas >= 0.24.2",
3434
"pyarrow>=3.0.0",
35-
"numpy >= 1.16.6, < 2.0dev",
35+
"numpy >= 1.16.6",
3636
]
3737

3838
package_root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)