Skip to content

Commit

Permalink
Remove PyTables requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnvrw committed Apr 12, 2019
1 parent bbb60aa commit f6f7d40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
author_email = "[email protected]",
url = "https://github.com/soft-matter/trackpy",
install_requires = ['numpy>=1.8', 'scipy>=0.12', 'six>=1.8',
'pandas>=0.13', 'pyyaml', 'matplotlib',
'tables'],
'pandas>=0.13', 'pyyaml', 'matplotlib'],
packages = ['trackpy', 'trackpy.refine', 'trackpy.linking'],
long_description = descr,
)
Expand Down

0 comments on commit f6f7d40

Please sign in to comment.