Skip to content

Commit

Permalink
Update setup.py add pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBCooke authored Nov 28, 2023
1 parent 847eb72 commit 0a8ecad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='jsl-pathfinder',
version='1.4.4',
version='1.4.5',
description='Morris Water Maze Search Strategy Analysis',
url='https://github.com/MatthewBCooke/Pathfinder',
author='Matthew Cooke',
Expand All @@ -32,6 +32,7 @@
'pillow',
'matplotlib',
'scipy',
'pandas',
],
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0a8ecad

Please sign in to comment.