Skip to content

Commit

Permalink
Bump minimum pandas version to 0.24.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew MacDonald <andrew@maccas.net>
  • Loading branch information
amacd31 committed Jul 29, 2020
1 parent f37bb2e commit a80eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requirements = [
"ipython>=2.0.0",
"numpy>=1.8.0",
"pandas>=0.19.2",
"pandas>=0.24.2",
"SQLAlchemy>=0.9.2",
"tables>=3.1.0",
]
Expand Down

0 comments on commit a80eb64

Please sign in to comment.