Skip to content

Commit 4bc9d47

Browse files
committed
Fixed version of datajoint to 0.12
1 parent 87a4ee3 commit 4bc9d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
here = path.abspath(path.dirname(__file__))
66

77
setup(
8-
name='ibl_pipeline',
9-
version='0.2.3',
8+
name='ibl-pipeline',
9+
version='0.2.4',
1010
description='Datajoint schemas for IBL',
1111
author='Vathes',
1212
author_email='support@vathes.com',
1313
packages=find_packages(exclude=[]),
14-
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'],
14+
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'],
1515
scripts=['scripts/ibl-shell.py'],
1616
)

0 commit comments

Comments
 (0)