Skip to content

Commit 37aee1c

Browse files
SNOW-174823 restrict pendulum version (#339)
1 parent 79a106b commit 37aee1c

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
@@ -232,7 +232,7 @@ def _get_arrow_lib_as_linker_input(self):
232232
'pytz',
233233
'pytzdata',
234234
'Cython',
235-
'pendulum',
235+
'pendulum!=2.1.1',
236236
'more-itertools',
237237
'numpy',
238238
],

0 commit comments

Comments
 (0)