Skip to content

Commit 7e4372f

Browse files
committed
Update pandas version requirement in setup.py.
1 parent 1990929 commit 7e4372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"numpy>=1.19.2",
2626
"oci>=2.104.3",
2727
"ocifs>=1.1.3",
28-
"pandas>1.2.1,<1.6",
28+
"pandas>1.2.1,<2.1",
2929
"python_jsonschema_objects>=0.3.13",
3030
"PyYAML>=6", # pyyaml 5.4 is broken with cython 3
3131
"requests",

0 commit comments

Comments
 (0)