Skip to content

Commit

Permalink
Bump pandas to 1.0.0 (#83)
Browse files Browse the repository at this point in the history
* Bump pandas to 1.0.0

* Bump to 0.5.0
  • Loading branch information
michaels-lyft authored Feb 25, 2020
1 parent 2a3071d commit c2845fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytekit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
import flytekit.plugins

__version__ = '0.4.6'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion flytekit/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"schema",
[
"numpy>=1.14.0,<2.0.0",
"pandas>=0.22.0,<1.0.0",
"pandas>=0.22.0,<2.0.0",
"pyarrow>=0.11.0,<1.0.0",
],
[numpy, pandas]
Expand Down

0 comments on commit c2845fe

Please sign in to comment.