Skip to content

Commit be1939c

Browse files
committed
Add support for pandas 3.X, removing the pandas version bound
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
1 parent b0a801d commit be1939c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jsonsubschema>=0.0.6",
5151
"scikit-learn>=1.0.0,<1.8.0",
5252
"scipy",
53-
"pandas<3.0.0",
53+
"pandas",
5454
"packaging",
5555
"decorator",
5656
"typing-extensions",

0 commit comments

Comments
 (0)