Skip to content

Commit 373d198

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
SNOW-141822 bumped pandas to newest versions
1 parent 36ed241 commit 373d198

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
# Copyright (c) 2012-2019 Snowflake Computing Inc. All right reserved.
55
#
66

7+
from codecs import open
78
from os import path
9+
810
from setuptools import setup
9-
from codecs import open
1011

1112
THIS_DIR = path.dirname(path.realpath(__file__))
1213

@@ -95,7 +96,7 @@
9596
'more-itertools',
9697
'numpy',
9798
'pandas==0.24.2;python_version=="3.5"',
98-
'pandas<1.0.0;python_version>"3.5"',
99+
'pandas>=1.0.0,<1.1.0;python_version>"3.5"',
99100
]
100101
},
101102
)

0 commit comments

Comments
 (0)