Skip to content

Commit 770f046

Browse files
SNOW-2847442: make relaxed deps (#2659)
1 parent e83e0a7 commit 770f046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ development =
9797
pytzdata
9898
responses
9999
pandas =
100-
pandas>=2.1.2,<3.0.0
100+
pandas>=1.0.0,<3.0.0; python_version < '3.13'
101+
pandas>=2.1.2,<3.0.0; python_version >= '3.13'
101102
pyarrow>=14.0.1
102103
secure-local-storage =
103104
keyring>=23.1.0,<26.0.0

0 commit comments

Comments
 (0)