Skip to content

Commit

Permalink
feat: support pandas 2.0 release candidate (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored Mar 29, 2023
1 parent 5b727c0 commit daa6852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

dependencies = [
"packaging >= 17.0",
"pandas >= 0.24.2, < 2.0dev",
"pandas >= 0.24.2",
"pyarrow>=3.0.0",
"numpy >= 1.16.6, < 2.0dev",
"numpy >= 1.16.6",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit daa6852

Please sign in to comment.