Skip to content

Commit c2845fe

Browse files
Bump pandas to 1.0.0 (#83)
* Bump pandas to 1.0.0 * Bump to 0.5.0
1 parent 2a3071d commit c2845fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flytekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import absolute_import
22
import flytekit.plugins
33

4-
__version__ = '0.4.6'
4+
__version__ = '0.5.0'

flytekit/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"schema",
3434
[
3535
"numpy>=1.14.0,<2.0.0",
36-
"pandas>=0.22.0,<1.0.0",
36+
"pandas>=0.22.0,<2.0.0",
3737
"pyarrow>=0.11.0,<1.0.0",
3838
],
3939
[numpy, pandas]

0 commit comments

Comments
 (0)