Skip to content

Commit

Permalink
Fixed version of datajoint to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shenshan committed Mar 1, 2021
1 parent 87a4ee3 commit 4bc9d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
here = path.abspath(path.dirname(__file__))

setup(
name='ibl_pipeline',
version='0.2.3',
name='ibl-pipeline',
version='0.2.4',
description='Datajoint schemas for IBL',
author='Vathes',
author_email='[email protected]',
packages=find_packages(exclude=[]),
install_requires=['datajoint>=0.12', 'ibllib>=1.4.11', 'numpy>=1.18.1', 'seaborn>=0.10.0', 'globus_sdk', 'boto3', 'colorlover', 'scikits.bootstrap', 'statsmodels>=0.10.1', 'plotly>=4.1.0'],
install_requires=['datajoint~=0.12', 'ibllib>=1.4.11', 'numpy>=1.18.1', 'seaborn>=0.10.0', 'globus_sdk', 'boto3', 'colorlover', 'scikits.bootstrap', 'statsmodels>=0.10.1', 'plotly>=4.1.0'],
scripts=['scripts/ibl-shell.py'],
)

0 comments on commit 4bc9d47

Please sign in to comment.