Skip to content

Commit

Permalink
vers update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Apr 21, 2022
1 parent 6b261fd commit c11929a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'pandastable',
version = '0.12.3',
version = '0.13.0',
description = 'Library for embedding tables in Tkinter using pandas DataFrames',
long_description = long_description,
url='https://github.com/dmnfarrell/pandastable',
Expand All @@ -19,7 +19,7 @@
'datasets/*.csv',
'plugins/*.py','plugins/*.R']},
install_requires=['matplotlib>=2.0',
'pandas>=0.24',
'pandas>=1.1',
'numexpr>=2.4',
'xlrd>=0.9',
'future'],
Expand Down

0 comments on commit c11929a

Please sign in to comment.